Shades of Alizarin #E9263A
Tints of Alizarin #E9263A
RGB
CMYK
RGB Variations
Color information
#E9263A (or 0xE9263A) is known color: Alizarin. HEX triplet: E9, 26 and 3A. RGB value is (233,38,58). Sum of RGB (Red+Green+Blue) = 233+38+58=329 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.82% from 329); Green value is 38 (15.23% from 255 or 11.55% from 329); Blue value is 58 (23.05% from 255 or 17.63% from 329); Max value from RGB is 233 - color contains mainly: red. Hex color #E9263A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9263A is #16D9C5. Grayscale: #626262. Windows color (decimal): -1497542 or 3811049. OLE color: 3811049.
HSL color Cylindrical-coordinate representation of color #E9263A: hue angle of 353.85º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E9263A is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 38 | 58 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.09 |
| HSL | 353.85º | 0.82% | 0.53% | - |
| HSV(B) | 353.85º | 0.84% | 0.91% | - |
| XYZ | 35.06 | 19.02 | 5.83 | - |
| YUV | 98.59 | 105.1 | 223.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 38 | 58 | 0 | 0.84 | 0.75 | 0.09 | 353.85 | 0.82 | 0.53 |
| Hex | E9 | 26 | 3A | 0 | 54 | 4B | 9 | 162 | 52 | 35 |
| Octal | 351 | 46 | 72 | 0 | 124 | 113 | 11 | 542 | 122 | 65 |
| Binary | 11101001 | 100110 | 111010 | 0 | 1010100 | 1001011 | 1001 | 101100010 | 1010010 | 110101 |
Color Harmonies of #E9263A
Complementary color
Monochromatic Colors of #E9263A
Black with #E9263A
Text Example
Text Example
White with #E9263A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9263A; }
p { color: rgb(233,38,58); }
H1.HeaderClassName
{
color: #E9263A;
}
.AnyTagClassName
{
color: #E9263A;
}
</style>
background-color css
<style>
a { background-color: #E9263A; }
a { background-color: rgb(233,38,58); }
div.DivClassName
{
background-color: #E9263A;
}
.BgClassName
{
background-color: #E9263A;
}
</style>
border-color css
<style>
span { border-color: #E9263A; }
span { border-color: rgb(233,38,58); }
td.TdClassName
{
border-color: #E9263A;
}
.TagClassName
{
border-color: #E9263A;
}
</style>