Shades of Alizarin #E2242F
Tints of Alizarin #E2242F
RGB
CMYK
RGB Variations
Color information
#E2242F (or 0xE2242F) is known color: Alizarin. HEX triplet: E2, 24 and 2F. RGB value is (226,36,47). Sum of RGB (Red+Green+Blue) = 226+36+47=309 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.14% from 309); Green value is 36 (14.45% from 255 or 11.65% from 309); Blue value is 47 (18.75% from 255 or 15.21% from 309); Max value from RGB is 226 - color contains mainly: red. Hex color #E2242F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2242F is #1DDBD0. Grayscale: #5E5E5E. Windows color (decimal): -1956817 or 3089634. OLE color: 3089634.
HSL color Cylindrical-coordinate representation of color #E2242F: hue angle of 356.53º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E2242F is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 36 | 47 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.11 |
| HSL | 356.53º | 0.77% | 0.51% | - |
| HSV(B) | 356.53º | 0.84% | 0.89% | - |
| XYZ | 32.51 | 17.64 | 4.38 | - |
| YUV | 94.06 | 101.45 | 222.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 36 | 47 | 0 | 0.84 | 0.79 | 0.11 | 356.53 | 0.77 | 0.51 |
| Hex | E2 | 24 | 2F | 0 | 54 | 4F | B | 165 | 4D | 33 |
| Octal | 342 | 44 | 57 | 0 | 124 | 117 | 13 | 545 | 115 | 63 |
| Binary | 11100010 | 100100 | 101111 | 0 | 1010100 | 1001111 | 1011 | 101100101 | 1001101 | 110011 |
Color Harmonies of #E2242F
Complementary color
Monochromatic Colors of #E2242F
Black with #E2242F
Text Example
Text Example
White with #E2242F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2242F; }
p { color: rgb(226,36,47); }
H1.HeaderClassName
{
color: #E2242F;
}
.AnyTagClassName
{
color: #E2242F;
}
</style>
background-color css
<style>
a { background-color: #E2242F; }
a { background-color: rgb(226,36,47); }
div.DivClassName
{
background-color: #E2242F;
}
.BgClassName
{
background-color: #E2242F;
}
</style>
border-color css
<style>
span { border-color: #E2242F; }
span { border-color: rgb(226,36,47); }
td.TdClassName
{
border-color: #E2242F;
}
.TagClassName
{
border-color: #E2242F;
}
</style>