Color Hex Logo

#d22939 Color Hex

#D22939
(210,41,57)
0 Favorites   0 Comments

Color spaces of #d22939

RGB 2104157
HSL0.980.670.49
HSV354°80°82°
CMYK 0.000.800.73   0.18
XYZ28.109815.58295.3971
Yxy15.58290.57260.3174
Hunter Lab39.475258.026119.5264
CIE-Lab46.422464.064734.1571

#d22939 color RGB value is (210,41,57).

#d22939 hex color red value is 210, green value is 41 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #d22939 hue: 0.98 , saturation: 0.67 and the lightness value of d22939 is 0.49.

The process color (four color CMYK) of #d22939 color hex is 0.00, 0.80, 0.73, 0.18. Web safe color of #d22939 is #cc3333. Color #d22939 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00101001 00111001
Octal 322 51 71
Decimal 210 41 57
Hex D2 29 39

RGB Percentages of Color #d22939

%68.18
%13.31
%18.51

CMYK Percentages of Color #d22939

%0
%80
%73
%18

Triadic Colors of #d22939

#d22939 #39d229 #2939d2

Analogous Colors of #d22939

#d22939 #d26e29 #d2298e

Monochromatic Colors of #d22939

#d22939

Complementary Color

#d22939 #29d2c2

#d22939 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d22939 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d22939 Color CSS Codes

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

#d22939 Text Font Color

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

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


#d22939 Background Color

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

This div background color is #d22939


#d22939 Border Color

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

This div border color is #d22939


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d22939


Comments

No comments written yet.

Please login to write comment.