Color Hex Logo

#d00612 Color Hex

#D00612
(208,6,18)
0 Favorites   0 Comments

Color spaces of #d00612

RGB 208618
HSL0.990.940.42
HSV356°97°82°
CMYK 0.000.970.91   0.18
XYZ26.186713.58381.8140
Yxy13.58380.62970.3267
Hunter Lab36.856262.327722.8812
CIE-Lab43.630068.324051.7298

#d00612 color RGB value is (208,6,18).

#d00612 hex color red value is 208, green value is 6 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #d00612 hue: 0.99 , saturation: 0.94 and the lightness value of d00612 is 0.42.

The process color (four color CMYK) of #d00612 color hex is 0.00, 0.97, 0.91, 0.18. Web safe color of #d00612 is #cc0000. Color #d00612 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00000110 00010010
Octal 320 6 22
Decimal 208 6 18
Hex D0 6 12

RGB Percentages of Color #d00612

%89.66
%2.59
%7.76

CMYK Percentages of Color #d00612

%0
%97
%91
%18

Triadic Colors of #d00612

#d00612 #12d006 #0612d0

Analogous Colors of #d00612

#d00612 #d05f06 #d00677

Monochromatic Colors of #d00612

#d00612

Complementary Color

#d00612 #06d0c4

#d00612 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d00612 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d00612 Color CSS Codes

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

#d00612 Text Font Color

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

This sample text font color is #d00612
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.


#d00612 Background Color

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

This div background color is #d00612


#d00612 Border Color

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

This div border color is #d00612


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,6,18, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d00612; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d00612;
  -webkit-box-shadow: 1px 1px 3px 2px #d00612;
  box-shadow:         1px 1px 3px 2px #d00612; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,6,18, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d00612


Comments

No comments written yet.

Please login to write comment.