Shades of Alizarin #DC202F
Tints of Alizarin #DC202F
RGB
CMYK
RGB Variations
Color information
#DC202F (or 0xDC202F) is known color: Alizarin. HEX triplet: DC, 20 and 2F. RGB value is (220,32,47). Sum of RGB (Red+Green+Blue) = 220+32+47=299 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.58% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 47 (18.75% from 255 or 15.72% from 299); Max value from RGB is 220 - color contains mainly: red. Hex color #DC202F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC202F is #23DFD0. Grayscale: #5A5A5A. Windows color (decimal): -2351057 or 3088604. OLE color: 3088604.
HSL color Cylindrical-coordinate representation of color #DC202F: hue angle of 355.21º 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 #DC202F is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 32 | 47 | - |
| CMYK | 0 | 0.85 | 0.79 | 0.14 |
| HSL | 355.21º | 0.75% | 0.49% | - |
| HSV(B) | 355.21º | 0.85% | 0.86% | - |
| XYZ | 30.54 | 16.45 | 4.26 | - |
| YUV | 89.92 | 103.78 | 220.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 47 | 0 | 0.85 | 0.79 | 0.14 | 355.21 | 0.75 | 0.49 |
| Hex | DC | 20 | 2F | 0 | 55 | 4F | E | 163 | 4B | 31 |
| Octal | 334 | 40 | 57 | 0 | 125 | 117 | 16 | 543 | 113 | 61 |
| Binary | 11011100 | 100000 | 101111 | 0 | 1010101 | 1001111 | 1110 | 101100011 | 1001011 | 110001 |
Color Harmonies of #DC202F
Complementary color
Monochromatic Colors of #DC202F
Black with #DC202F
Text Example
Text Example
White with #DC202F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC202F; }
p { color: rgb(220,32,47); }
H1.HeaderClassName
{
color: #DC202F;
}
.AnyTagClassName
{
color: #DC202F;
}
</style>
background-color css
<style>
a { background-color: #DC202F; }
a { background-color: rgb(220,32,47); }
div.DivClassName
{
background-color: #DC202F;
}
.BgClassName
{
background-color: #DC202F;
}
</style>
border-color css
<style>
span { border-color: #DC202F; }
span { border-color: rgb(220,32,47); }
td.TdClassName
{
border-color: #DC202F;
}
.TagClassName
{
border-color: #DC202F;
}
</style>