Color Hex Logo

#d42229 Color Hex

#D42229
(212,34,41)
0 Favorites   0 Comments

Color spaces of #d42229

RGB 2123441
HSL0.990.720.48
HSV358°84°83°
CMYK 0.000.840.81   0.17
XYZ28.123615.30123.5690
Yxy15.30120.59850.3256
Hunter Lab39.116759.881121.9721
CIE-Lab46.044065.750442.9657

#d42229 color RGB value is (212,34,41).

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

The process color (four color CMYK) of #d42229 color hex is 0.00, 0.84, 0.81, 0.17. Web safe color of #d42229 is #cc3333. Color #d42229 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00100010 00101001
Octal 324 42 51
Decimal 212 34 41
Hex D4 22 29

RGB Percentages of Color #d42229

%73.87
%11.85
%14.29

CMYK Percentages of Color #d42229

%0
%84
%81
%17

Triadic Colors of #d42229

#d42229 #29d422 #2229d4

Analogous Colors of #d42229

#d42229 #d47422 #d42282

Monochromatic Colors of #d42229

#d42229

Complementary Color

#d42229 #22d4cd

#d42229 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d42229 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d42229 Color CSS Codes

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

#d42229 Text Font Color

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

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


#d42229 Background Color

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

This div background color is #d42229


#d42229 Border Color

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

This div border color is #d42229


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d42229


Comments

No comments written yet.

Please login to write comment.