Color Hex Logo

#d8200c Color Hex

#D8200C
(216,32,12)
0 Favorites   0 Comments

Color spaces of #d8200c

RGB 2163212
HSL0.020.890.45
HSV94°85°
CMYK 0.000.850.94   0.15
XYZ28.901815.65851.8469
Yxy15.65850.62280.3374
Hunter Lab39.570861.124224.9323
CIE-Lab46.523266.730056.4111

#d8200c color RGB value is (216,32,12).

#d8200c hex color red value is 216, green value is 32 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #d8200c hue: 0.02 , saturation: 0.89 and the lightness value of d8200c is 0.45.

The process color (four color CMYK) of #d8200c color hex is 0.00, 0.85, 0.94, 0.15. Web safe color of #d8200c is #cc3300. Color #d8200c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00100000 00001100
Octal 330 40 14
Decimal 216 32 12
Hex D8 20 C

RGB Percentages of Color #d8200c

%83.08
%12.31
%4.62

CMYK Percentages of Color #d8200c

%0
%85
%94
%15

Triadic Colors of #d8200c

#d8200c #0cd820 #200cd8

Analogous Colors of #d8200c

#d8200c #d8860c #d80c5e

Monochromatic Colors of #d8200c

#d8200c

Complementary Color

#d8200c #0cc4d8

#d8200c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8200c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8200c Color CSS Codes

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

#d8200c Text Font Color

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

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


#d8200c Background Color

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

This div background color is #d8200c


#d8200c Border Color

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

This div border color is #d8200c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,32,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d8200c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d8200c;
  -webkit-box-shadow: 1px 1px 3px 2px #d8200c;
  box-shadow:         1px 1px 3px 2px #d8200c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,32,12, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8200c


Comments

No comments written yet.

Please login to write comment.