Shades of Alizarin #E9272B
Tints of Alizarin #E9272B
RGB
CMYK
RGB Variations
Color information
#E9272B (or 0xE9272B) is known color: Alizarin. HEX triplet: E9, 27 and 2B. RGB value is (233,39,43). Sum of RGB (Red+Green+Blue) = 233+39+43=315 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.97% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 43 (17.19% from 255 or 13.65% from 315); Max value from RGB is 233 - color contains mainly: red. Hex color #E9272B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9272B is #16D8D4. Grayscale: #616161. Windows color (decimal): -1497301 or 2828265. OLE color: 2828265.
HSL color Cylindrical-coordinate representation of color #E9272B: hue angle of 358.76º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E9272B is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 39 | 43 | - |
| CMYK | 0 | 0.83 | 0.82 | 0.09 |
| HSL | 358.76º | 0.82% | 0.53% | - |
| HSV(B) | 358.76º | 0.83% | 0.91% | - |
| XYZ | 34.77 | 18.95 | 4.11 | - |
| YUV | 97.46 | 97.27 | 224.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 39 | 43 | 0 | 0.83 | 0.82 | 0.09 | 358.76 | 0.82 | 0.53 |
| Hex | E9 | 27 | 2B | 0 | 53 | 52 | 9 | 167 | 52 | 35 |
| Octal | 351 | 47 | 53 | 0 | 123 | 122 | 11 | 547 | 122 | 65 |
| Binary | 11101001 | 100111 | 101011 | 0 | 1010011 | 1010010 | 1001 | 101100111 | 1010010 | 110101 |
Color Harmonies of #E9272B
Complementary color
Monochromatic Colors of #E9272B
Black with #E9272B
Text Example
Text Example
White with #E9272B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9272B; }
p { color: rgb(233,39,43); }
H1.HeaderClassName
{
color: #E9272B;
}
.AnyTagClassName
{
color: #E9272B;
}
</style>
background-color css
<style>
a { background-color: #E9272B; }
a { background-color: rgb(233,39,43); }
div.DivClassName
{
background-color: #E9272B;
}
.BgClassName
{
background-color: #E9272B;
}
</style>
border-color css
<style>
span { border-color: #E9272B; }
span { border-color: rgb(233,39,43); }
td.TdClassName
{
border-color: #E9272B;
}
.TagClassName
{
border-color: #E9272B;
}
</style>