Shades of Alizarin #E6223C
Tints of Alizarin #E6223C
RGB
CMYK
RGB Variations
Color information
#E6223C (or 0xE6223C) is known color: Alizarin. HEX triplet: E6, 22 and 3C. RGB value is (230,34,60). Sum of RGB (Red+Green+Blue) = 230+34+60=324 (42% of max value = 765). Red value is 230 (90.23% from 255 or 70.99% from 324); Green value is 34 (13.67% from 255 or 10.49% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 230 - color contains mainly: red. Hex color #E6223C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6223C is #19DDC3. Grayscale: #5F5F5F. Windows color (decimal): -1695172 or 3941094. OLE color: 3941094.
HSL color Cylindrical-coordinate representation of color #E6223C: hue angle of 352.04º 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 #E6223C is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 34 | 60 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.10 |
| HSL | 352.04º | 0.8% | 0.52% | - |
| HSV(B) | 352.04º | 0.85% | 0.9% | - |
| XYZ | 34.02 | 18.29 | 6.01 | - |
| YUV | 95.57 | 107.93 | 223.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 34 | 60 | 0 | 0.85 | 0.74 | 0.10 | 352.04 | 0.8 | 0.52 |
| Hex | E6 | 22 | 3C | 0 | 55 | 4A | A | 160 | 50 | 34 |
| Octal | 346 | 42 | 74 | 0 | 125 | 112 | 12 | 540 | 120 | 64 |
| Binary | 11100110 | 100010 | 111100 | 0 | 1010101 | 1001010 | 1010 | 101100000 | 1010000 | 110100 |
Color Harmonies of #E6223C
Complementary color
Monochromatic Colors of #E6223C
Black with #E6223C
Text Example
Text Example
White with #E6223C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6223C; }
p { color: rgb(230,34,60); }
H1.HeaderClassName
{
color: #E6223C;
}
.AnyTagClassName
{
color: #E6223C;
}
</style>
background-color css
<style>
a { background-color: #E6223C; }
a { background-color: rgb(230,34,60); }
div.DivClassName
{
background-color: #E6223C;
}
.BgClassName
{
background-color: #E6223C;
}
</style>
border-color css
<style>
span { border-color: #E6223C; }
span { border-color: rgb(230,34,60); }
td.TdClassName
{
border-color: #E6223C;
}
.TagClassName
{
border-color: #E6223C;
}
</style>