Shades of Alizarin #E6202A
Tints of Alizarin #E6202A
RGB
CMYK
RGB Variations
Color information
#E6202A (or 0xE6202A) is known color: Alizarin. HEX triplet: E6, 20 and 2A. RGB value is (230,32,42). Sum of RGB (Red+Green+Blue) = 230+32+42=304 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.66% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 42 (16.80% from 255 or 13.82% from 304); Max value from RGB is 230 - color contains mainly: red. Hex color #E6202A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6202A is #19DFD5. Grayscale: #5C5C5C. Windows color (decimal): -1695702 or 2760934. OLE color: 2760934.
HSL color Cylindrical-coordinate representation of color #E6202A: hue angle of 356.97º 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 #E6202A is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 32 | 42 | - |
| CMYK | 0 | 0.86 | 0.82 | 0.10 |
| HSL | 356.97º | 0.8% | 0.51% | - |
| HSV(B) | 356.97º | 0.86% | 0.9% | - |
| XYZ | 33.57 | 18.02 | 3.9 | - |
| YUV | 92.34 | 99.6 | 226.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 32 | 42 | 0 | 0.86 | 0.82 | 0.10 | 356.97 | 0.8 | 0.51 |
| Hex | E6 | 20 | 2A | 0 | 56 | 52 | A | 165 | 50 | 33 |
| Octal | 346 | 40 | 52 | 0 | 126 | 122 | 12 | 545 | 120 | 63 |
| Binary | 11100110 | 100000 | 101010 | 0 | 1010110 | 1010010 | 1010 | 101100101 | 1010000 | 110011 |
Color Harmonies of #E6202A
Complementary color
Monochromatic Colors of #E6202A
Black with #E6202A
Text Example
Text Example
White with #E6202A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6202A; }
p { color: rgb(230,32,42); }
H1.HeaderClassName
{
color: #E6202A;
}
.AnyTagClassName
{
color: #E6202A;
}
</style>
background-color css
<style>
a { background-color: #E6202A; }
a { background-color: rgb(230,32,42); }
div.DivClassName
{
background-color: #E6202A;
}
.BgClassName
{
background-color: #E6202A;
}
</style>
border-color css
<style>
span { border-color: #E6202A; }
span { border-color: rgb(230,32,42); }
td.TdClassName
{
border-color: #E6202A;
}
.TagClassName
{
border-color: #E6202A;
}
</style>