Color Hex Logo

#dc202a Color Hex

#DC202A
(220,32,42)
0 Favorites   0 Comments

Color spaces of #dc202a

RGB 2203242
HSL0.990.750.49
HSV357°85°86°
CMYK 0.000.850.81   0.14
XYZ30.449616.41583.7542
Yxy16.41580.60150.3243
Hunter Lab40.516463.245722.8678
CIE-Lab47.515368.351644.4140

#dc202a color RGB value is (220,32,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100000 00101010
Octal 334 40 52
Decimal 220 32 42
Hex DC 20 2A

RGB Percentages of Color #dc202a

%74.83
%10.88
%14.29

CMYK Percentages of Color #dc202a

%0
%85
%81
%14

Triadic Colors of #dc202a

#dc202a #2adc20 #202adc

Analogous Colors of #dc202a

#dc202a #dc7420 #dc2088

Monochromatic Colors of #dc202a

#dc202a

Complementary Color

#dc202a #20dcd2

#dc202a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc202a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc202a Color CSS Codes

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

#dc202a Text Font Color

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

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


#dc202a Background Color

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

This div background color is #dc202a


#dc202a Border Color

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

This div border color is #dc202a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc202a


Comments

No comments written yet.

Please login to write comment.