Shades of Alizarin #E9243B
Tints of Alizarin #E9243B
RGB
CMYK
RGB Variations
Color information
#E9243B (or 0xE9243B) is known color: Alizarin. HEX triplet: E9, 24 and 3B. RGB value is (233,36,59). Sum of RGB (Red+Green+Blue) = 233+36+59=328 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.04% from 328); Green value is 36 (14.45% from 255 or 10.98% from 328); Blue value is 59 (23.44% from 255 or 17.99% from 328); Max value from RGB is 233 - color contains mainly: red. Hex color #E9243B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9243B is #16DBC4. Grayscale: #616161. Windows color (decimal): -1498053 or 3876073. OLE color: 3876073.
HSL color Cylindrical-coordinate representation of color #E9243B: hue angle of 352.99º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E9243B is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 36 | 59 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.09 |
| HSL | 352.99º | 0.82% | 0.53% | - |
| HSV(B) | 352.99º | 0.85% | 0.91% | - |
| XYZ | 35.02 | 18.9 | 5.94 | - |
| YUV | 97.53 | 106.27 | 224.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 36 | 59 | 0 | 0.85 | 0.75 | 0.09 | 352.99 | 0.82 | 0.53 |
| Hex | E9 | 24 | 3B | 0 | 55 | 4B | 9 | 161 | 52 | 35 |
| Octal | 351 | 44 | 73 | 0 | 125 | 113 | 11 | 541 | 122 | 65 |
| Binary | 11101001 | 100100 | 111011 | 0 | 1010101 | 1001011 | 1001 | 101100001 | 1010010 | 110101 |
Color Harmonies of #E9243B
Complementary color
Monochromatic Colors of #E9243B
Black with #E9243B
Text Example
Text Example
White with #E9243B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9243B; }
p { color: rgb(233,36,59); }
H1.HeaderClassName
{
color: #E9243B;
}
.AnyTagClassName
{
color: #E9243B;
}
</style>
background-color css
<style>
a { background-color: #E9243B; }
a { background-color: rgb(233,36,59); }
div.DivClassName
{
background-color: #E9243B;
}
.BgClassName
{
background-color: #E9243B;
}
</style>
border-color css
<style>
span { border-color: #E9243B; }
span { border-color: rgb(233,36,59); }
td.TdClassName
{
border-color: #E9243B;
}
.TagClassName
{
border-color: #E9243B;
}
</style>