Color Hex Logo

#d9152b Color Hex

#D9152B
(217,21,43)
0 Favorites   0 Comments

Color spaces of #d9152b

RGB 2172143
HSL0.980.820.47
HSV353°90°85°
CMYK 0.000.900.80   0.15
XYZ29.319515.46253.7247
Yxy15.46250.60440.3188
Hunter Lab39.322464.278721.9096
CIE-Lab46.261369.471242.4227

#d9152b color RGB value is (217,21,43).

#d9152b hex color red value is 217, green value is 21 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #d9152b hue: 0.98 , saturation: 0.82 and the lightness value of d9152b is 0.47.

The process color (four color CMYK) of #d9152b color hex is 0.00, 0.90, 0.80, 0.15. Web safe color of #d9152b is #cc0033. Color #d9152b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00010101 00101011
Octal 331 25 53
Decimal 217 21 43
Hex D9 15 2B

RGB Percentages of Color #d9152b

%77.22
%7.47
%15.30

CMYK Percentages of Color #d9152b

%0
%90
%80
%15

Triadic Colors of #d9152b

#d9152b #2bd915 #152bd9

Analogous Colors of #d9152b

#d9152b #d96115 #d9158d

Monochromatic Colors of #d9152b

#d9152b

Complementary Color

#d9152b #15d9c3

#d9152b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9152b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9152b Color CSS Codes

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

#d9152b Text Font Color

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

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


#d9152b Background Color

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

This div background color is #d9152b


#d9152b Border Color

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

This div border color is #d9152b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9152b


Comments

No comments written yet.

Please login to write comment.