Color Hex Logo

#d9232a Color Hex

#D9232A
(217,35,42)
0 Favorites   0 Comments

Color spaces of #d9232a

RGB 2173542
HSL0.990.720.49
HSV358°84°85°
CMYK 0.000.840.81   0.15
XYZ29.634216.12093.7402
Yxy16.12090.59870.3257
Hunter Lab40.150861.481822.5825
CIE-Lab47.132766.919443.8353

#d9232a color RGB value is (217,35,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00100011 00101010
Octal 331 43 52
Decimal 217 35 42
Hex D9 23 2A

RGB Percentages of Color #d9232a

%73.81
%11.90
%14.29

CMYK Percentages of Color #d9232a

%0
%84
%81
%15

Triadic Colors of #d9232a

#d9232a #2ad923 #232ad9

Analogous Colors of #d9232a

#d9232a #d97723 #d92385

Monochromatic Colors of #d9232a

#d9232a

Complementary Color

#d9232a #23d9d2

#d9232a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9232a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9232a Color CSS Codes

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

#d9232a Text Font Color

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

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


#d9232a Background Color

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

This div background color is #d9232a


#d9232a Border Color

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

This div border color is #d9232a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9232a


Comments

No comments written yet.

Please login to write comment.