Shades of Alizarin #E9263E
Tints of Alizarin #E9263E
RGB
CMYK
RGB Variations
Color information
#E9263E (or 0xE9263E) is known color: Alizarin. HEX triplet: E9, 26 and 3E. RGB value is (233,38,62). Sum of RGB (Red+Green+Blue) = 233+38+62=333 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.97% from 333); Green value is 38 (15.23% from 255 or 11.41% from 333); Blue value is 62 (24.61% from 255 or 18.62% from 333); Max value from RGB is 233 - color contains mainly: red. Hex color #E9263E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9263E is #16D9C1. Grayscale: #636363. Windows color (decimal): -1497538 or 4073193. OLE color: 4073193.
HSL color Cylindrical-coordinate representation of color #E9263E: hue angle of 352.62º 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 #E9263E is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 38 | 62 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.09 |
| HSL | 352.62º | 0.82% | 0.53% | - |
| HSV(B) | 352.62º | 0.84% | 0.91% | - |
| XYZ | 35.17 | 19.06 | 6.38 | - |
| YUV | 99.04 | 107.1 | 223.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 38 | 62 | 0 | 0.84 | 0.73 | 0.09 | 352.62 | 0.82 | 0.53 |
| Hex | E9 | 26 | 3E | 0 | 54 | 49 | 9 | 161 | 52 | 35 |
| Octal | 351 | 46 | 76 | 0 | 124 | 111 | 11 | 541 | 122 | 65 |
| Binary | 11101001 | 100110 | 111110 | 0 | 1010100 | 1001001 | 1001 | 101100001 | 1010010 | 110101 |
Color Harmonies of #E9263E
Complementary color
Monochromatic Colors of #E9263E
Black with #E9263E
Text Example
Text Example
White with #E9263E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9263E; }
p { color: rgb(233,38,62); }
H1.HeaderClassName
{
color: #E9263E;
}
.AnyTagClassName
{
color: #E9263E;
}
</style>
background-color css
<style>
a { background-color: #E9263E; }
a { background-color: rgb(233,38,62); }
div.DivClassName
{
background-color: #E9263E;
}
.BgClassName
{
background-color: #E9263E;
}
</style>
border-color css
<style>
span { border-color: #E9263E; }
span { border-color: rgb(233,38,62); }
td.TdClassName
{
border-color: #E9263E;
}
.TagClassName
{
border-color: #E9263E;
}
</style>