Color Hex Logo

#d4223b Color Hex

#D4223B
(212,34,59)
0 Favorites   0 Comments

Color spaces of #d4223b

RGB 2123459
HSL0.980.720.48
HSV352°84°83°
CMYK 0.000.840.72   0.17
XYZ28.512815.45695.6184
Yxy15.45690.57500.3117
Hunter Lab39.315360.652719.0478
CIE-Lab46.253766.376332.8756

#d4223b color RGB value is (212,34,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00100010 00111011
Octal 324 42 73
Decimal 212 34 59
Hex D4 22 3B

RGB Percentages of Color #d4223b

%69.51
%11.15
%19.34

CMYK Percentages of Color #d4223b

%0
%84
%72
%17

Triadic Colors of #d4223b

#d4223b #3bd422 #223bd4

Analogous Colors of #d4223b

#d4223b #d46222 #d42294

Monochromatic Colors of #d4223b

#d4223b

Complementary Color

#d4223b #22d4bb

#d4223b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4223b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4223b Color CSS Codes

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

#d4223b Text Font Color

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

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


#d4223b Background Color

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

This div background color is #d4223b


#d4223b Border Color

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

This div border color is #d4223b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4223b


Comments

No comments written yet.

Please login to write comment.