Color Hex Logo

#d9273c Color Hex

#D9273C
(217,39,60)
0 Favorites   0 Comments

Color spaces of #d9273c

RGB 2173960
HSL0.980.700.50
HSV353°82°85°
CMYK 0.000.820.72   0.15
XYZ30.156416.52905.8760
Yxy16.52900.57370.3145
Hunter Lab40.655961.254219.8899
CIE-Lab47.661066.622134.1809

#d9273c color RGB value is (217,39,60).

#d9273c hex color red value is 217, green value is 39 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #d9273c hue: 0.98 , saturation: 0.70 and the lightness value of d9273c is 0.50.

The process color (four color CMYK) of #d9273c color hex is 0.00, 0.82, 0.72, 0.15. Web safe color of #d9273c is #cc3333. Color #d9273c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00100111 00111100
Octal 331 47 74
Decimal 217 39 60
Hex D9 27 3C

RGB Percentages of Color #d9273c

%68.67
%12.34
%18.99

CMYK Percentages of Color #d9273c

%0
%82
%72
%15

Triadic Colors of #d9273c

#d9273c #3cd927 #273cd9

Analogous Colors of #d9273c

#d9273c #d96b27 #d92795

Monochromatic Colors of #d9273c

#d9273c

Complementary Color

#d9273c #27d9c4

#d9273c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9273c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9273c Color CSS Codes

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

#d9273c Text Font Color

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

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


#d9273c Background Color

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

This div background color is #d9273c


#d9273c Border Color

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

This div border color is #d9273c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9273c


Comments

No comments written yet.

Please login to write comment.