Shades of Alizarin #E92F34
Tints of Alizarin #E92F34
RGB
CMYK
RGB Variations
Color information
#E92F34 (or 0xE92F34) is known color: Alizarin. HEX triplet: E9, 2F and 34. RGB value is (233,47,52). Sum of RGB (Red+Green+Blue) = 233+47+52=332 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.18% from 332); Green value is 47 (18.75% from 255 or 14.16% from 332); Blue value is 52 (20.70% from 255 or 15.66% from 332); Max value from RGB is 233 - color contains mainly: red. Hex color #E92F34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92F34 is #16D0CB. Grayscale: #676767. Windows color (decimal): -1495244 or 3420137. OLE color: 3420137.
HSL color Cylindrical-coordinate representation of color #E92F34: hue angle of 358.39º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E92F34 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 47 | 52 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.09 |
| HSL | 358.39º | 0.81% | 0.55% | - |
| HSV(B) | 358.39º | 0.8% | 0.91% | - |
| XYZ | 35.24 | 19.6 | 5.18 | - |
| YUV | 103.18 | 99.12 | 220.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 47 | 52 | 0 | 0.80 | 0.78 | 0.09 | 358.39 | 0.81 | 0.55 |
| Hex | E9 | 2F | 34 | 0 | 50 | 4E | 9 | 166 | 51 | 37 |
| Octal | 351 | 57 | 64 | 0 | 120 | 116 | 11 | 546 | 121 | 67 |
| Binary | 11101001 | 101111 | 110100 | 0 | 1010000 | 1001110 | 1001 | 101100110 | 1010001 | 110111 |
Color Harmonies of #E92F34
Complementary color
Monochromatic Colors of #E92F34
Black with #E92F34
Text Example
Text Example
White with #E92F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92F34; }
p { color: rgb(233,47,52); }
H1.HeaderClassName
{
color: #E92F34;
}
.AnyTagClassName
{
color: #E92F34;
}
</style>
background-color css
<style>
a { background-color: #E92F34; }
a { background-color: rgb(233,47,52); }
div.DivClassName
{
background-color: #E92F34;
}
.BgClassName
{
background-color: #E92F34;
}
</style>
border-color css
<style>
span { border-color: #E92F34; }
span { border-color: rgb(233,47,52); }
td.TdClassName
{
border-color: #E92F34;
}
.TagClassName
{
border-color: #E92F34;
}
</style>