Color Hex Logo

#d90f2a Color Hex

#D90F2A
(217,15,42)
0 Favorites   0 Comments

Color spaces of #d90f2a

RGB 2171542
HSL0.980.870.45
HSV352°93°85°
CMYK 0.000.930.81   0.15
XYZ29.204015.26053.5968
Yxy15.26050.60760.3175
Hunter Lab39.064765.079921.8863
CIE-Lab45.988970.200842.7050

#d90f2a color RGB value is (217,15,42).

#d90f2a hex color red value is 217, green value is 15 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #d90f2a hue: 0.98 , saturation: 0.87 and the lightness value of d90f2a is 0.45.

The process color (four color CMYK) of #d90f2a color hex is 0.00, 0.93, 0.81, 0.15. Web safe color of #d90f2a is #cc0033. Color #d90f2a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00001111 00101010
Octal 331 17 52
Decimal 217 15 42
Hex D9 F 2A

RGB Percentages of Color #d90f2a

%79.20
%5.47
%15.33

CMYK Percentages of Color #d90f2a

%0
%93
%81
%15

Triadic Colors of #d90f2a

#d90f2a #2ad90f #0f2ad9

Analogous Colors of #d90f2a

#d90f2a #d9590f #d90f8f

Monochromatic Colors of #d90f2a

#d90f2a

Complementary Color

#d90f2a #0fd9be

#d90f2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d90f2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d90f2a Color CSS Codes

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

#d90f2a Text Font Color

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

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


#d90f2a Background Color

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

This div background color is #d90f2a


#d90f2a Border Color

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

This div border color is #d90f2a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,15,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d90f2a


Comments

No comments written yet.

Please login to write comment.