Color Hex Logo

#d12322 Color Hex

#D12322
(209,35,34)
0 Favorites   0 Comments

Color spaces of #d12322

RGB 2093534
HSL0.000.720.48
HSV84°82°
CMYK 0.000.830.84   0.18
XYZ27.184314.87292.9514
Yxy14.87290.60400.3304
Hunter Lab38.565458.333122.4583
CIE-Lab45.459664.517945.8863

#d12322 color RGB value is (209,35,34).

#d12322 hex color red value is 209, green value is 35 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #d12322 hue: 0.00 , saturation: 0.72 and the lightness value of d12322 is 0.48.

The process color (four color CMYK) of #d12322 color hex is 0.00, 0.83, 0.84, 0.18. Web safe color of #d12322 is #cc3333. Color #d12322 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00100011 00100010
Octal 321 43 42
Decimal 209 35 34
Hex D1 23 22

RGB Percentages of Color #d12322

%75.18
%12.59
%12.23

CMYK Percentages of Color #d12322

%0
%83
%84
%18

Triadic Colors of #d12322

#d12322 #22d123 #2322d1

Analogous Colors of #d12322

#d12322 #d17b22 #d12279

Monochromatic Colors of #d12322

#d12322

Complementary Color

#d12322 #22d0d1

#d12322 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12322 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12322 Color CSS Codes

.mybgcolor {background-color:#d12322; } 
.myforecolor {color:#d12322; }
.mybordercolor {border:3px solid #d12322; }

#d12322 Text Font Color

<p style="color:#d12322">Text here</p>

This sample text font color is #d12322
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d12322 Background Color

<div style="background-color:#d12322">
Div content here</div>

This div background color is #d12322


#d12322 Border Color

<div style="border:3px solid #d12322">
Div here</div>

This div border color is #d12322


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,35,34, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d12322; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d12322;
  -webkit-box-shadow: 1px 1px 3px 2px #d12322;
  box-shadow:         1px 1px 3px 2px #d12322; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,35,34, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d12322">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d12322;
  -webkit-box-shadow: 1px 1px 3px 2px #d12322;
  box-shadow:         1px 1px 3px 2px #d12322;">
Div content here</div>

This div box has shadow with color #d12322


Comments

No comments written yet.

Please login to write comment.