Color Hex Logo

#dc242a Color Hex

#DC242A
(220,36,42)
0 Favorites   0 Comments

Color spaces of #dc242a

RGB 2203642
HSL0.990.720.50
HSV358°84°86°
CMYK 0.000.840.81   0.14
XYZ30.564016.64463.7923
Yxy16.64460.59930.3264
Hunter Lab40.797862.328623.0472
CIE-Lab47.809167.513544.7010

#dc242a color RGB value is (220,36,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100100 00101010
Octal 334 44 52
Decimal 220 36 42
Hex DC 24 2A

RGB Percentages of Color #dc242a

%73.83
%12.08
%14.09

CMYK Percentages of Color #dc242a

%0
%84
%81
%14

Triadic Colors of #dc242a

#dc242a #2adc24 #242adc

Analogous Colors of #dc242a

#dc242a #dc7a24 #dc2486

Monochromatic Colors of #dc242a

#dc242a

Complementary Color

#dc242a #24dcd6

#dc242a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc242a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc242a Color CSS Codes

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

#dc242a Text Font Color

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

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


#dc242a Background Color

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

This div background color is #dc242a


#dc242a Border Color

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

This div border color is #dc242a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc242a


Comments

No comments written yet.

Please login to write comment.