Color Hex Logo

#d9233c Color Hex

#D9233C
(217,35,60)
0 Favorites   0 Comments

Color spaces of #d9233c

RGB 2173560
HSL0.980.720.49
HSV352°84°85°
CMYK 0.000.840.72   0.15
XYZ30.031916.28005.8345
Yxy16.28000.57590.3122
Hunter Lab40.348562.250019.6704
CIE-Lab47.339767.537033.8053

#d9233c color RGB value is (217,35,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00100011 00111100
Octal 331 43 74
Decimal 217 35 60
Hex D9 23 3C

RGB Percentages of Color #d9233c

%69.55
%11.22
%19.23

CMYK Percentages of Color #d9233c

%0
%84
%72
%15

Triadic Colors of #d9233c

#d9233c #3cd923 #233cd9

Analogous Colors of #d9233c

#d9233c #d96523 #d92397

Monochromatic Colors of #d9233c

#d9233c

Complementary Color

#d9233c #23d9c0

#d9233c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9233c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9233c Color CSS Codes

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

#d9233c Text Font Color

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

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


#d9233c Background Color

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

This div background color is #d9233c


#d9233c Border Color

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

This div border color is #d9233c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9233c


Comments

No comments written yet.

Please login to write comment.