#DC202A

Color #DC202A Alizarin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alizarin #DC202A

Tints of Alizarin #DC202A

Color information

#DC202A (or 0xDC202A) is unknown color: approx Alizarin. HEX triplet: DC, 20 and 2A. RGB value is (220,32,42). Sum of RGB (Red+Green+Blue) = 220+32+42=294 (38% of max value = 765). Red value is 220 (86.33% from 255 or 74.83% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 42 (16.80% from 255 or 14.29% from 294); Max value from RGB is 220 - color contains mainly: red. Hex color #DC202A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC202A is #23DFD5. Grayscale: #595959. Windows color (decimal): -2351062 or 2760924. OLE color: 2760924.

HSL color Cylindrical-coordinate representation of color #DC202A: hue angle of 356.81º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC202A is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB2203242-
CMYK00.850.810.14
HSL356.81º74.6%49.41%-
HSV(B)356.81º85.45%86.27%-
XYZ30.4516.423.75-
YUV89.35101.28221.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 74.83%
GREEN value IS 32 (12.89% from 255) = 10.88%
BLUE value IS 42 (16.80% from 255) = 14.29%
R=74.83%
G=10.88%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.81
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220324200.850.810.14356.8174.649.41
HexDC202A05551E1654b31
Octal334405201251211654511361
Binary1101110010000010101001010101101000111101011001011001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC202A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC202A; }

 p { color: rgb(220,32,42); }

 H1.HeaderClassName
 {
   color: #DC202A;
 }
 .AnyTagClassName
 {
   color: #DC202A;
 }
</style>
background-color css

<style>
 a { background-color: #DC202A; }

 a { background-color: rgb(220,32,42); }

 div.DivClassName
 {
   background-color: #DC202A;
 }
 .BgClassName
 {
   background-color: #DC202A;
 }
</style>
border-color css

<style>
 span { border-color: #DC202A; }

 span { border-color: rgb(220,32,42); }

 td.TdClassName
 {
   border-color: #DC202A;
 }
 .TagClassName
 {
   border-color: #DC202A;
 }
</style>