Color Hex Logo

#d22028 Color Hex

#D22028
(210,32,40)
0 Favorites   0 Comments

Color spaces of #d22028

RGB 2103240
HSL0.990.740.47
HSV357°85°82°
CMYK 0.000.850.81   0.18
XYZ27.477914.88793.4329
Yxy14.88790.60000.3251
Hunter Lab38.584859.593921.7343
CIE-Lab45.480365.610642.8179

#d22028 color RGB value is (210,32,40).

#d22028 hex color red value is 210, green value is 32 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #d22028 hue: 0.99 , saturation: 0.74 and the lightness value of d22028 is 0.47.

The process color (four color CMYK) of #d22028 color hex is 0.00, 0.85, 0.81, 0.18. Web safe color of #d22028 is #cc3333. Color #d22028 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00100000 00101000
Octal 322 40 50
Decimal 210 32 40
Hex D2 20 28

RGB Percentages of Color #d22028

%74.47
%11.35
%14.18

CMYK Percentages of Color #d22028

%0
%85
%81
%18

Triadic Colors of #d22028

#d22028 #28d220 #2028d2

Analogous Colors of #d22028

#d22028 #d27120 #d22081

Monochromatic Colors of #d22028

#d22028

Complementary Color

#d22028 #20d2ca

#d22028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d22028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d22028 Color CSS Codes

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

#d22028 Text Font Color

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

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


#d22028 Background Color

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

This div background color is #d22028


#d22028 Border Color

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

This div border color is #d22028


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d22028


Comments

No comments written yet.

Please login to write comment.