Shades of Alizarin #E6202C
Tints of Alizarin #E6202C
RGB
CMYK
RGB Variations
Color information
#E6202C (or 0xE6202C) is known color: Alizarin. HEX triplet: E6, 20 and 2C. RGB value is (230,32,44). Sum of RGB (Red+Green+Blue) = 230+32+44=306 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.16% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 230 - color contains mainly: red. Hex color #E6202C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6202C is #19DFD3. Grayscale: #5C5C5C. Windows color (decimal): -1695700 or 2892006. OLE color: 2892006.
HSL color Cylindrical-coordinate representation of color #E6202C: hue angle of 356.36º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E6202C is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 32 | 44 | - |
| CMYK | 0 | 0.86 | 0.81 | 0.10 |
| HSL | 356.36º | 0.8% | 0.51% | - |
| HSV(B) | 356.36º | 0.86% | 0.9% | - |
| XYZ | 33.6 | 18.04 | 4.09 | - |
| YUV | 92.57 | 100.6 | 226.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 32 | 44 | 0 | 0.86 | 0.81 | 0.10 | 356.36 | 0.8 | 0.51 |
| Hex | E6 | 20 | 2C | 0 | 56 | 51 | A | 164 | 50 | 33 |
| Octal | 346 | 40 | 54 | 0 | 126 | 121 | 12 | 544 | 120 | 63 |
| Binary | 11100110 | 100000 | 101100 | 0 | 1010110 | 1010001 | 1010 | 101100100 | 1010000 | 110011 |
Color Harmonies of #E6202C
Complementary color
Monochromatic Colors of #E6202C
Black with #E6202C
Text Example
Text Example
White with #E6202C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6202C; }
p { color: rgb(230,32,44); }
H1.HeaderClassName
{
color: #E6202C;
}
.AnyTagClassName
{
color: #E6202C;
}
</style>
background-color css
<style>
a { background-color: #E6202C; }
a { background-color: rgb(230,32,44); }
div.DivClassName
{
background-color: #E6202C;
}
.BgClassName
{
background-color: #E6202C;
}
</style>
border-color css
<style>
span { border-color: #E6202C; }
span { border-color: rgb(230,32,44); }
td.TdClassName
{
border-color: #E6202C;
}
.TagClassName
{
border-color: #E6202C;
}
</style>