Shades of Alizarin #E6203C
Tints of Alizarin #E6203C
RGB
CMYK
RGB Variations
Color information
#E6203C (or 0xE6203C) is known color: Alizarin. HEX triplet: E6, 20 and 3C. RGB value is (230,32,60). Sum of RGB (Red+Green+Blue) = 230+32+60=322 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.43% from 322); Green value is 32 (12.89% from 255 or 9.94% from 322); Blue value is 60 (23.83% from 255 or 18.63% from 322); Max value from RGB is 230 - color contains mainly: red. Hex color #E6203C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6203C is #19DFC3. Grayscale: #5E5E5E. Windows color (decimal): -1695684 or 3940582. OLE color: 3940582.
HSL color Cylindrical-coordinate representation of color #E6203C: hue angle of 351.52º 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 #E6203C is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 32 | 60 | - |
| CMYK | 0 | 0.86 | 0.74 | 0.10 |
| HSL | 351.52º | 0.8% | 0.51% | - |
| HSV(B) | 351.52º | 0.86% | 0.9% | - |
| XYZ | 33.97 | 18.18 | 5.99 | - |
| YUV | 94.39 | 108.6 | 224.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 32 | 60 | 0 | 0.86 | 0.74 | 0.10 | 351.52 | 0.8 | 0.51 |
| Hex | E6 | 20 | 3C | 0 | 56 | 4A | A | 160 | 50 | 33 |
| Octal | 346 | 40 | 74 | 0 | 126 | 112 | 12 | 540 | 120 | 63 |
| Binary | 11100110 | 100000 | 111100 | 0 | 1010110 | 1001010 | 1010 | 101100000 | 1010000 | 110011 |
Color Harmonies of #E6203C
Complementary color
Monochromatic Colors of #E6203C
Black with #E6203C
Text Example
Text Example
White with #E6203C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6203C; }
p { color: rgb(230,32,60); }
H1.HeaderClassName
{
color: #E6203C;
}
.AnyTagClassName
{
color: #E6203C;
}
</style>
background-color css
<style>
a { background-color: #E6203C; }
a { background-color: rgb(230,32,60); }
div.DivClassName
{
background-color: #E6203C;
}
.BgClassName
{
background-color: #E6203C;
}
</style>
border-color css
<style>
span { border-color: #E6203C; }
span { border-color: rgb(230,32,60); }
td.TdClassName
{
border-color: #E6203C;
}
.TagClassName
{
border-color: #E6203C;
}
</style>