Shades of Alizarin #E9232F
Tints of Alizarin #E9232F
RGB
CMYK
RGB Variations
Color information
#E9232F (or 0xE9232F) is known color: Alizarin. HEX triplet: E9, 23 and 2F. RGB value is (233,35,47). Sum of RGB (Red+Green+Blue) = 233+35+47=315 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.97% from 315); Green value is 35 (14.06% from 255 or 11.11% from 315); Blue value is 47 (18.75% from 255 or 14.92% from 315); Max value from RGB is 233 - color contains mainly: red. Hex color #E9232F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9232F is #16DCD0. Grayscale: #5F5F5F. Windows color (decimal): -1498321 or 3089385. OLE color: 3089385.
HSL color Cylindrical-coordinate representation of color #E9232F: hue angle of 356.36º 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 #E9232F is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 35 | 47 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.09 |
| HSL | 356.36º | 0.82% | 0.53% | - |
| HSV(B) | 356.36º | 0.85% | 0.91% | - |
| XYZ | 34.72 | 18.73 | 4.47 | - |
| YUV | 95.57 | 100.6 | 226.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 35 | 47 | 0 | 0.85 | 0.80 | 0.09 | 356.36 | 0.82 | 0.53 |
| Hex | E9 | 23 | 2F | 0 | 55 | 50 | 9 | 164 | 52 | 35 |
| Octal | 351 | 43 | 57 | 0 | 125 | 120 | 11 | 544 | 122 | 65 |
| Binary | 11101001 | 100011 | 101111 | 0 | 1010101 | 1010000 | 1001 | 101100100 | 1010010 | 110101 |
Color Harmonies of #E9232F
Complementary color
Monochromatic Colors of #E9232F
Black with #E9232F
Text Example
Text Example
White with #E9232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9232F; }
p { color: rgb(233,35,47); }
H1.HeaderClassName
{
color: #E9232F;
}
.AnyTagClassName
{
color: #E9232F;
}
</style>
background-color css
<style>
a { background-color: #E9232F; }
a { background-color: rgb(233,35,47); }
div.DivClassName
{
background-color: #E9232F;
}
.BgClassName
{
background-color: #E9232F;
}
</style>
border-color css
<style>
span { border-color: #E9232F; }
span { border-color: rgb(233,35,47); }
td.TdClassName
{
border-color: #E9232F;
}
.TagClassName
{
border-color: #E9232F;
}
</style>