Color Hex Logo

#d82212 Color Hex

#D82212
(216,34,18)
0 Favorites   0 Comments

Color spaces of #d82212

RGB 2163418
HSL0.010.850.46
HSV92°85°
CMYK 0.000.840.92   0.15
XYZ29.000115.78672.0909
Yxy15.78670.61860.3368
Hunter Lab39.732560.752424.6926
CIE-Lab46.693466.377354.5345

#d82212 color RGB value is (216,34,18).

#d82212 hex color red value is 216, green value is 34 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #d82212 hue: 0.01 , saturation: 0.85 and the lightness value of d82212 is 0.46.

The process color (four color CMYK) of #d82212 color hex is 0.00, 0.84, 0.92, 0.15. Web safe color of #d82212 is #cc3300. Color #d82212 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00100010 00010010
Octal 330 42 22
Decimal 216 34 18
Hex D8 22 12

RGB Percentages of Color #d82212

%80.60
%12.69
%6.72

CMYK Percentages of Color #d82212

%0
%84
%92
%15

Triadic Colors of #d82212

#d82212 #12d822 #2212d8

Analogous Colors of #d82212

#d82212 #d88512 #d81265

Monochromatic Colors of #d82212

#d82212

Complementary Color

#d82212 #12c8d8

#d82212 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d82212 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d82212 Color CSS Codes

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

#d82212 Text Font Color

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

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


#d82212 Background Color

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

This div background color is #d82212


#d82212 Border Color

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

This div border color is #d82212


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,34,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 #d82212">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d82212


Comments

No comments written yet.

Please login to write comment.