Shades of Alizarin #E6203F
Tints of Alizarin #E6203F
RGB
CMYK
RGB Variations
Color information
#E6203F (or 0xE6203F) is known color: Alizarin. HEX triplet: E6, 20 and 3F. RGB value is (230,32,63). Sum of RGB (Red+Green+Blue) = 230+32+63=325 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.77% from 325); Green value is 32 (12.89% from 255 or 9.85% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 230 - color contains mainly: red. Hex color #E6203F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6203F is #19DFC0. Grayscale: #5E5E5E. Windows color (decimal): -1695681 or 4137190. OLE color: 4137190.
HSL color Cylindrical-coordinate representation of color #E6203F: hue angle of 350.61º 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 #E6203F is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 32 | 63 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.10 |
| HSL | 350.61º | 0.8% | 0.51% | - |
| HSV(B) | 350.61º | 0.86% | 0.9% | - |
| XYZ | 34.05 | 18.21 | 6.42 | - |
| YUV | 94.74 | 110.1 | 224.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 32 | 63 | 0 | 0.86 | 0.73 | 0.10 | 350.61 | 0.8 | 0.51 |
| Hex | E6 | 20 | 3F | 0 | 56 | 49 | A | 15F | 50 | 33 |
| Octal | 346 | 40 | 77 | 0 | 126 | 111 | 12 | 537 | 120 | 63 |
| Binary | 11100110 | 100000 | 111111 | 0 | 1010110 | 1001001 | 1010 | 101011111 | 1010000 | 110011 |
Color Harmonies of #E6203F
Complementary color
Monochromatic Colors of #E6203F
Black with #E6203F
Text Example
Text Example
White with #E6203F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6203F; }
p { color: rgb(230,32,63); }
H1.HeaderClassName
{
color: #E6203F;
}
.AnyTagClassName
{
color: #E6203F;
}
</style>
background-color css
<style>
a { background-color: #E6203F; }
a { background-color: rgb(230,32,63); }
div.DivClassName
{
background-color: #E6203F;
}
.BgClassName
{
background-color: #E6203F;
}
</style>
border-color css
<style>
span { border-color: #E6203F; }
span { border-color: rgb(230,32,63); }
td.TdClassName
{
border-color: #E6203F;
}
.TagClassName
{
border-color: #E6203F;
}
</style>