Shades of Alizarin #E92025
Tints of Alizarin #E92025
RGB
CMYK
RGB Variations
Color information
#E92025 (or 0xE92025) is known color: Alizarin. HEX triplet: E9, 20 and 25. RGB value is (233,32,37). Sum of RGB (Red+Green+Blue) = 233+32+37=302 (40% of max value = 765). Red value is 233 (91.41% from 255 or 77.15% from 302); Green value is 32 (12.89% from 255 or 10.60% from 302); Blue value is 37 (14.84% from 255 or 12.25% from 302); Max value from RGB is 233 - color contains mainly: red. Hex color #E92025 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92025 is #16DFDA. Grayscale: #5C5C5C. Windows color (decimal): -1499099 or 2433257. OLE color: 2433257.
HSL color Cylindrical-coordinate representation of color #E92025: hue angle of 358.51º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E92025 is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 32 | 37 | - |
| CMYK | 0 | 0.86 | 0.84 | 0.09 |
| HSL | 358.51º | 0.82% | 0.52% | - |
| HSV(B) | 358.51º | 0.86% | 0.91% | - |
| XYZ | 34.45 | 18.49 | 3.5 | - |
| YUV | 92.67 | 96.59 | 228.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 32 | 37 | 0 | 0.86 | 0.84 | 0.09 | 358.51 | 0.82 | 0.52 |
| Hex | E9 | 20 | 25 | 0 | 56 | 54 | 9 | 167 | 52 | 34 |
| Octal | 351 | 40 | 45 | 0 | 126 | 124 | 11 | 547 | 122 | 64 |
| Binary | 11101001 | 100000 | 100101 | 0 | 1010110 | 1010100 | 1001 | 101100111 | 1010010 | 110100 |
Color Harmonies of #E92025
Complementary color
Monochromatic Colors of #E92025
Black with #E92025
Text Example
Text Example
White with #E92025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92025; }
p { color: rgb(233,32,37); }
H1.HeaderClassName
{
color: #E92025;
}
.AnyTagClassName
{
color: #E92025;
}
</style>
background-color css
<style>
a { background-color: #E92025; }
a { background-color: rgb(233,32,37); }
div.DivClassName
{
background-color: #E92025;
}
.BgClassName
{
background-color: #E92025;
}
</style>
border-color css
<style>
span { border-color: #E92025; }
span { border-color: rgb(233,32,37); }
td.TdClassName
{
border-color: #E92025;
}
.TagClassName
{
border-color: #E92025;
}
</style>