Shades of Alizarin #E42F3E
Tints of Alizarin #E42F3E
RGB
CMYK
RGB Variations
Color information
#E42F3E (or 0xE42F3E) is known color: Alizarin. HEX triplet: E4, 2F and 3E. RGB value is (228,47,62). Sum of RGB (Red+Green+Blue) = 228+47+62=337 (44% of max value = 765). Red value is 228 (89.45% from 255 or 67.66% from 337); Green value is 47 (18.75% from 255 or 13.95% from 337); Blue value is 62 (24.61% from 255 or 18.40% from 337); Max value from RGB is 228 - color contains mainly: red. Hex color #E42F3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42F3E is #1BD0C1. Grayscale: #666666. Windows color (decimal): -1822914 or 4075492. OLE color: 4075492.
HSL color Cylindrical-coordinate representation of color #E42F3E: hue angle of 355.03º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E42F3E is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 47 | 62 | - |
| CMYK | 0 | 0.79 | 0.73 | 0.11 |
| HSL | 355.03º | 0.77% | 0.54% | - |
| HSV(B) | 355.03º | 0.79% | 0.89% | - |
| XYZ | 33.88 | 18.87 | 6.41 | - |
| YUV | 102.83 | 104.97 | 217.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 47 | 62 | 0 | 0.79 | 0.73 | 0.11 | 355.03 | 0.77 | 0.54 |
| Hex | E4 | 2F | 3E | 0 | 4F | 49 | B | 163 | 4D | 36 |
| Octal | 344 | 57 | 76 | 0 | 117 | 111 | 13 | 543 | 115 | 66 |
| Binary | 11100100 | 101111 | 111110 | 0 | 1001111 | 1001001 | 1011 | 101100011 | 1001101 | 110110 |
Color Harmonies of #E42F3E
Complementary color
Monochromatic Colors of #E42F3E
Black with #E42F3E
Text Example
Text Example
White with #E42F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42F3E; }
p { color: rgb(228,47,62); }
H1.HeaderClassName
{
color: #E42F3E;
}
.AnyTagClassName
{
color: #E42F3E;
}
</style>
background-color css
<style>
a { background-color: #E42F3E; }
a { background-color: rgb(228,47,62); }
div.DivClassName
{
background-color: #E42F3E;
}
.BgClassName
{
background-color: #E42F3E;
}
</style>
border-color css
<style>
span { border-color: #E42F3E; }
span { border-color: rgb(228,47,62); }
td.TdClassName
{
border-color: #E42F3E;
}
.TagClassName
{
border-color: #E42F3E;
}
</style>