Shades of Alizarin #E9263D
Tints of Alizarin #E9263D
RGB
CMYK
RGB Variations
Color information
#E9263D (or 0xE9263D) is known color: Alizarin. HEX triplet: E9, 26 and 3D. RGB value is (233,38,61). Sum of RGB (Red+Green+Blue) = 233+38+61=332 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.18% from 332); Green value is 38 (15.23% from 255 or 11.45% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 233 - color contains mainly: red. Hex color #E9263D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9263D is #16D9C2. Grayscale: #636363. Windows color (decimal): -1497539 or 4007657. OLE color: 4007657.
HSL color Cylindrical-coordinate representation of color #E9263D: hue angle of 352.92º 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 #E9263D is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 38 | 61 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.09 |
| HSL | 352.92º | 0.82% | 0.53% | - |
| HSV(B) | 352.92º | 0.84% | 0.91% | - |
| XYZ | 35.14 | 19.05 | 6.24 | - |
| YUV | 98.93 | 106.6 | 223.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 38 | 61 | 0 | 0.84 | 0.74 | 0.09 | 352.92 | 0.82 | 0.53 |
| Hex | E9 | 26 | 3D | 0 | 54 | 4A | 9 | 161 | 52 | 35 |
| Octal | 351 | 46 | 75 | 0 | 124 | 112 | 11 | 541 | 122 | 65 |
| Binary | 11101001 | 100110 | 111101 | 0 | 1010100 | 1001010 | 1001 | 101100001 | 1010010 | 110101 |
Color Harmonies of #E9263D
Complementary color
Monochromatic Colors of #E9263D
Black with #E9263D
Text Example
Text Example
White with #E9263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9263D; }
p { color: rgb(233,38,61); }
H1.HeaderClassName
{
color: #E9263D;
}
.AnyTagClassName
{
color: #E9263D;
}
</style>
background-color css
<style>
a { background-color: #E9263D; }
a { background-color: rgb(233,38,61); }
div.DivClassName
{
background-color: #E9263D;
}
.BgClassName
{
background-color: #E9263D;
}
</style>
border-color css
<style>
span { border-color: #E9263D; }
span { border-color: rgb(233,38,61); }
td.TdClassName
{
border-color: #E9263D;
}
.TagClassName
{
border-color: #E9263D;
}
</style>