Color Hex Logo

#dc232a Color Hex

#DC232A
(220,35,42)
0 Favorites   0 Comments

Color spaces of #dc232a

RGB 2203542
HSL0.990.730.50
HSV358°84°86°
CMYK 0.000.840.81   0.14
XYZ30.534116.58493.7824
Yxy16.58490.59990.3258
Hunter Lab40.724662.566223.0005
CIE-Lab47.732767.731044.6262

#dc232a color RGB value is (220,35,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100011 00101010
Octal 334 43 52
Decimal 220 35 42
Hex DC 23 2A

RGB Percentages of Color #dc232a

%74.07
%11.78
%14.14

CMYK Percentages of Color #dc232a

%0
%84
%81
%14

Triadic Colors of #dc232a

#dc232a #2adc23 #232adc

Analogous Colors of #dc232a

#dc232a #dc7923 #dc2387

Monochromatic Colors of #dc232a

#dc232a

Complementary Color

#dc232a #23dcd5

#dc232a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc232a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc232a Color CSS Codes

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

#dc232a Text Font Color

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

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


#dc232a Background Color

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

This div background color is #dc232a


#dc232a Border Color

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

This div border color is #dc232a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc232a


Comments

No comments written yet.

Please login to write comment.