Shades of Alizarin #E6203E
Tints of Alizarin #E6203E
RGB
CMYK
RGB Variations
Color information
#E6203E (or 0xE6203E) is known color: Alizarin. HEX triplet: E6, 20 and 3E. RGB value is (230,32,62). Sum of RGB (Red+Green+Blue) = 230+32+62=324 (42% of max value = 765). Red value is 230 (90.23% from 255 or 70.99% from 324); Green value is 32 (12.89% from 255 or 9.88% from 324); Blue value is 62 (24.61% from 255 or 19.14% from 324); Max value from RGB is 230 - color contains mainly: red. Hex color #E6203E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6203E is #19DFC1. Grayscale: #5E5E5E. Windows color (decimal): -1695682 or 4071654. OLE color: 4071654.
HSL color Cylindrical-coordinate representation of color #E6203E: hue angle of 350.91º 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 #E6203E is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 32 | 62 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.10 |
| HSL | 350.91º | 0.8% | 0.51% | - |
| HSV(B) | 350.91º | 0.86% | 0.9% | - |
| XYZ | 34.02 | 18.2 | 6.28 | - |
| YUV | 94.62 | 109.6 | 224.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 32 | 62 | 0 | 0.86 | 0.73 | 0.10 | 350.91 | 0.8 | 0.51 |
| Hex | E6 | 20 | 3E | 0 | 56 | 49 | A | 15F | 50 | 33 |
| Octal | 346 | 40 | 76 | 0 | 126 | 111 | 12 | 537 | 120 | 63 |
| Binary | 11100110 | 100000 | 111110 | 0 | 1010110 | 1001001 | 1010 | 101011111 | 1010000 | 110011 |
Color Harmonies of #E6203E
Complementary color
Monochromatic Colors of #E6203E
Black with #E6203E
Text Example
Text Example
White with #E6203E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6203E; }
p { color: rgb(230,32,62); }
H1.HeaderClassName
{
color: #E6203E;
}
.AnyTagClassName
{
color: #E6203E;
}
</style>
background-color css
<style>
a { background-color: #E6203E; }
a { background-color: rgb(230,32,62); }
div.DivClassName
{
background-color: #E6203E;
}
.BgClassName
{
background-color: #E6203E;
}
</style>
border-color css
<style>
span { border-color: #E6203E; }
span { border-color: rgb(230,32,62); }
td.TdClassName
{
border-color: #E6203E;
}
.TagClassName
{
border-color: #E6203E;
}
</style>