Color Hex Logo

#d9153a Color Hex

#D9153A
(217,21,58)
0 Favorites   0 Comments

Color spaces of #d9153a

RGB 2172158
HSL0.970.820.47
HSV349°90°85°
CMYK 0.000.900.73   0.15
XYZ29.647215.59355.4503
Yxy15.59350.58490.3076
Hunter Lab39.488664.908919.4587
CIE-Lab46.436669.969433.9409

#d9153a color RGB value is (217,21,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00010101 00111010
Octal 331 25 72
Decimal 217 21 58
Hex D9 15 3A

RGB Percentages of Color #d9153a

%73.31
%7.09
%19.59

CMYK Percentages of Color #d9153a

%0
%90
%73
%15

Triadic Colors of #d9153a

#d9153a #3ad915 #153ad9

Analogous Colors of #d9153a

#d9153a #d95215 #d9159c

Monochromatic Colors of #d9153a

#d9153a

Complementary Color

#d9153a #15d9b4

#d9153a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9153a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9153a Color CSS Codes

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

#d9153a Text Font Color

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

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


#d9153a Background Color

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

This div background color is #d9153a


#d9153a Border Color

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

This div border color is #d9153a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9153a


Comments

No comments written yet.

Please login to write comment.