Color Hex Logo

#d9023b Color Hex

#D9023B
(217,2,59)
0 Favorites   0 Comments

Color spaces of #d9023b

RGB 217259
HSL0.960.980.43
HSV344°99°85°
CMYK 0.000.990.73   0.15
XYZ29.426415.11095.5034
Yxy15.11090.58800.3020
Hunter Lab38.872767.096018.8169
CIE-Lab45.785771.931032.5801

#d9023b color RGB value is (217,2,59).

#d9023b hex color red value is 217, green value is 2 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #d9023b hue: 0.96 , saturation: 0.98 and the lightness value of d9023b is 0.43.

The process color (four color CMYK) of #d9023b color hex is 0.00, 0.99, 0.73, 0.15. Web safe color of #d9023b is #cc0033. Color #d9023b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00000010 00111011
Octal 331 2 73
Decimal 217 2 59
Hex D9 2 3B

RGB Percentages of Color #d9023b

%78.06
%0.72
%21.22

CMYK Percentages of Color #d9023b

%0
%99
%73
%15

Triadic Colors of #d9023b

#d9023b #3bd902 #023bd9

Analogous Colors of #d9023b

#d9023b #d93502 #d902a7

Monochromatic Colors of #d9023b

#d9023b

Complementary Color

#d9023b #02d9a0

#d9023b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9023b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9023b Color CSS Codes

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

#d9023b Text Font Color

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

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


#d9023b Background Color

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

This div background color is #d9023b


#d9023b Border Color

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

This div border color is #d9023b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9023b


Comments

No comments written yet.

Please login to write comment.