Shades of Alizarin #E6222A
Tints of Alizarin #E6222A
RGB
CMYK
RGB Variations
Color information
#E6222A (or 0xE6222A) is known color: Alizarin. HEX triplet: E6, 22 and 2A. RGB value is (230,34,42). Sum of RGB (Red+Green+Blue) = 230+34+42=306 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.16% from 306); Green value is 34 (13.67% from 255 or 11.11% from 306); Blue value is 42 (16.80% from 255 or 13.73% from 306); Max value from RGB is 230 - color contains mainly: red. Hex color #E6222A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6222A is #19DDD5. Grayscale: #5D5D5D. Windows color (decimal): -1695190 or 2761446. OLE color: 2761446.
HSL color Cylindrical-coordinate representation of color #E6222A: hue angle of 357.55º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E6222A is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 34 | 42 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.10 |
| HSL | 357.55º | 0.8% | 0.52% | - |
| HSV(B) | 357.55º | 0.85% | 0.9% | - |
| XYZ | 33.62 | 18.13 | 3.92 | - |
| YUV | 93.52 | 98.93 | 225.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 34 | 42 | 0 | 0.85 | 0.82 | 0.10 | 357.55 | 0.8 | 0.52 |
| Hex | E6 | 22 | 2A | 0 | 55 | 52 | A | 166 | 50 | 34 |
| Octal | 346 | 42 | 52 | 0 | 125 | 122 | 12 | 546 | 120 | 64 |
| Binary | 11100110 | 100010 | 101010 | 0 | 1010101 | 1010010 | 1010 | 101100110 | 1010000 | 110100 |
Color Harmonies of #E6222A
Complementary color
Monochromatic Colors of #E6222A
Black with #E6222A
Text Example
Text Example
White with #E6222A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6222A; }
p { color: rgb(230,34,42); }
H1.HeaderClassName
{
color: #E6222A;
}
.AnyTagClassName
{
color: #E6222A;
}
</style>
background-color css
<style>
a { background-color: #E6222A; }
a { background-color: rgb(230,34,42); }
div.DivClassName
{
background-color: #E6222A;
}
.BgClassName
{
background-color: #E6222A;
}
</style>
border-color css
<style>
span { border-color: #E6222A; }
span { border-color: rgb(230,34,42); }
td.TdClassName
{
border-color: #E6222A;
}
.TagClassName
{
border-color: #E6222A;
}
</style>