Shades of Alizarin #E31728
Tints of Alizarin #E31728
RGB
CMYK
RGB Variations
Color information
#E31728 (or 0xE31728) is known color: Alizarin. HEX triplet: E3, 17 and 28. RGB value is (227,23,40). Sum of RGB (Red+Green+Blue) = 227+23+40=290 (38% of max value = 765). Red value is 227 (89.06% from 255 or 78.28% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 40 (16.02% from 255 or 13.79% from 290); Max value from RGB is 227 - color contains mainly: red. Hex color #E31728 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31728 is #1CE8D7. Grayscale: #565656. Windows color (decimal): -1894616 or 2627555. OLE color: 2627555.
HSL color Cylindrical-coordinate representation of color #E31728: hue angle of 355º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E31728 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 23 | 40 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.11 |
| HSL | 355º | 0.82% | 0.49% | - |
| HSV(B) | 355º | 0.9% | 0.89% | - |
| XYZ | 32.37 | 17.1 | 3.6 | - |
| YUV | 85.93 | 102.09 | 228.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 23 | 40 | 0 | 0.90 | 0.82 | 0.11 | 355 | 0.82 | 0.49 |
| Hex | E3 | 17 | 28 | 0 | 5A | 52 | B | 163 | 52 | 31 |
| Octal | 343 | 27 | 50 | 0 | 132 | 122 | 13 | 543 | 122 | 61 |
| Binary | 11100011 | 10111 | 101000 | 0 | 1011010 | 1010010 | 1011 | 101100011 | 1010010 | 110001 |
Color Harmonies of #E31728
Complementary color
Monochromatic Colors of #E31728
Black with #E31728
Text Example
Text Example
White with #E31728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31728; }
p { color: rgb(227,23,40); }
H1.HeaderClassName
{
color: #E31728;
}
.AnyTagClassName
{
color: #E31728;
}
</style>
background-color css
<style>
a { background-color: #E31728; }
a { background-color: rgb(227,23,40); }
div.DivClassName
{
background-color: #E31728;
}
.BgClassName
{
background-color: #E31728;
}
</style>
border-color css
<style>
span { border-color: #E31728; }
span { border-color: rgb(227,23,40); }
td.TdClassName
{
border-color: #E31728;
}
.TagClassName
{
border-color: #E31728;
}
</style>