Shades of Alizarin #DE202F
Tints of Alizarin #DE202F
RGB
CMYK
RGB Variations
Color information
#DE202F (or 0xDE202F) is known color: Alizarin. HEX triplet: DE, 20 and 2F. RGB value is (222,32,47). Sum of RGB (Red+Green+Blue) = 222+32+47=301 (39% of max value = 765). Red value is 222 (87.11% from 255 or 73.75% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 222 - color contains mainly: red. Hex color #DE202F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE202F is #21DFD0. Grayscale: #5A5A5A. Windows color (decimal): -2219985 or 3088606. OLE color: 3088606.
HSL color Cylindrical-coordinate representation of color #DE202F: hue angle of 355.26º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE202F is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 32 | 47 | - |
| CMYK | 0 | 0.86 | 0.79 | 0.13 |
| HSL | 355.26º | 0.75% | 0.5% | - |
| HSV(B) | 355.26º | 0.86% | 0.87% | - |
| XYZ | 31.15 | 16.77 | 4.28 | - |
| YUV | 90.52 | 103.45 | 221.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 32 | 47 | 0 | 0.86 | 0.79 | 0.13 | 355.26 | 0.75 | 0.5 |
| Hex | DE | 20 | 2F | 0 | 56 | 4F | D | 163 | 4B | 32 |
| Octal | 336 | 40 | 57 | 0 | 126 | 117 | 15 | 543 | 113 | 62 |
| Binary | 11011110 | 100000 | 101111 | 0 | 1010110 | 1001111 | 1101 | 101100011 | 1001011 | 110010 |
Color Harmonies of #DE202F
Complementary color
Monochromatic Colors of #DE202F
Black with #DE202F
Text Example
Text Example
White with #DE202F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE202F; }
p { color: rgb(222,32,47); }
H1.HeaderClassName
{
color: #DE202F;
}
.AnyTagClassName
{
color: #DE202F;
}
</style>
background-color css
<style>
a { background-color: #DE202F; }
a { background-color: rgb(222,32,47); }
div.DivClassName
{
background-color: #DE202F;
}
.BgClassName
{
background-color: #DE202F;
}
</style>
border-color css
<style>
span { border-color: #DE202F; }
span { border-color: rgb(222,32,47); }
td.TdClassName
{
border-color: #DE202F;
}
.TagClassName
{
border-color: #DE202F;
}
</style>