Shades of Alizarin #E92D3D
Tints of Alizarin #E92D3D
RGB
CMYK
RGB Variations
Color information
#E92D3D (or 0xE92D3D) is known color: Alizarin. HEX triplet: E9, 2D and 3D. RGB value is (233,45,61). Sum of RGB (Red+Green+Blue) = 233+45+61=339 (44% of max value = 765). Red value is 233 (91.41% from 255 or 68.73% from 339); Green value is 45 (17.97% from 255 or 13.27% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 233 - color contains mainly: red. Hex color #E92D3D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92D3D is #16D2C2. Grayscale: #676767. Windows color (decimal): -1495747 or 4009449. OLE color: 4009449.
HSL color Cylindrical-coordinate representation of color #E92D3D: hue angle of 354.89º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E92D3D is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 45 | 61 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.09 |
| HSL | 354.89º | 0.81% | 0.55% | - |
| HSV(B) | 354.89º | 0.81% | 0.91% | - |
| XYZ | 35.38 | 19.54 | 6.32 | - |
| YUV | 103.04 | 104.28 | 220.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 45 | 61 | 0 | 0.81 | 0.74 | 0.09 | 354.89 | 0.81 | 0.55 |
| Hex | E9 | 2D | 3D | 0 | 51 | 4A | 9 | 163 | 51 | 37 |
| Octal | 351 | 55 | 75 | 0 | 121 | 112 | 11 | 543 | 121 | 67 |
| Binary | 11101001 | 101101 | 111101 | 0 | 1010001 | 1001010 | 1001 | 101100011 | 1010001 | 110111 |
Color Harmonies of #E92D3D
Complementary color
Monochromatic Colors of #E92D3D
Black with #E92D3D
Text Example
Text Example
White with #E92D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92D3D; }
p { color: rgb(233,45,61); }
H1.HeaderClassName
{
color: #E92D3D;
}
.AnyTagClassName
{
color: #E92D3D;
}
</style>
background-color css
<style>
a { background-color: #E92D3D; }
a { background-color: rgb(233,45,61); }
div.DivClassName
{
background-color: #E92D3D;
}
.BgClassName
{
background-color: #E92D3D;
}
</style>
border-color css
<style>
span { border-color: #E92D3D; }
span { border-color: rgb(233,45,61); }
td.TdClassName
{
border-color: #E92D3D;
}
.TagClassName
{
border-color: #E92D3D;
}
</style>