Shades of Alizarin #E9263C
Tints of Alizarin #E9263C
RGB
CMYK
RGB Variations
Color information
#E9263C (or 0xE9263C) is known color: Alizarin. HEX triplet: E9, 26 and 3C. RGB value is (233,38,60). Sum of RGB (Red+Green+Blue) = 233+38+60=331 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.39% from 331); Green value is 38 (15.23% from 255 or 11.48% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 233 - color contains mainly: red. Hex color #E9263C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9263C is #16D9C3. Grayscale: #626262. Windows color (decimal): -1497540 or 3942121. OLE color: 3942121.
HSL color Cylindrical-coordinate representation of color #E9263C: hue angle of 353.23º 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 #E9263C is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 38 | 60 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.09 |
| HSL | 353.23º | 0.82% | 0.53% | - |
| HSV(B) | 353.23º | 0.84% | 0.91% | - |
| XYZ | 35.11 | 19.04 | 6.1 | - |
| YUV | 98.81 | 106.1 | 223.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 38 | 60 | 0 | 0.84 | 0.74 | 0.09 | 353.23 | 0.82 | 0.53 |
| Hex | E9 | 26 | 3C | 0 | 54 | 4A | 9 | 161 | 52 | 35 |
| Octal | 351 | 46 | 74 | 0 | 124 | 112 | 11 | 541 | 122 | 65 |
| Binary | 11101001 | 100110 | 111100 | 0 | 1010100 | 1001010 | 1001 | 101100001 | 1010010 | 110101 |
Color Harmonies of #E9263C
Complementary color
Monochromatic Colors of #E9263C
Black with #E9263C
Text Example
Text Example
White with #E9263C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9263C; }
p { color: rgb(233,38,60); }
H1.HeaderClassName
{
color: #E9263C;
}
.AnyTagClassName
{
color: #E9263C;
}
</style>
background-color css
<style>
a { background-color: #E9263C; }
a { background-color: rgb(233,38,60); }
div.DivClassName
{
background-color: #E9263C;
}
.BgClassName
{
background-color: #E9263C;
}
</style>
border-color css
<style>
span { border-color: #E9263C; }
span { border-color: rgb(233,38,60); }
td.TdClassName
{
border-color: #E9263C;
}
.TagClassName
{
border-color: #E9263C;
}
</style>