Shades of Alizarin #E01B2E
Tints of Alizarin #E01B2E
RGB
CMYK
RGB Variations
Color information
#E01B2E (or 0xE01B2E) is known color: Alizarin. HEX triplet: E0, 1B and 2E. RGB value is (224,27,46). Sum of RGB (Red+Green+Blue) = 224+27+46=297 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.42% from 297); Green value is 27 (10.94% from 255 or 9.09% from 297); Blue value is 46 (18.36% from 255 or 15.49% from 297); Max value from RGB is 224 - color contains mainly: red. Hex color #E01B2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E01B2E is #1FE4D1. Grayscale: #585858. Windows color (decimal): -2090194 or 3021792. OLE color: 3021792.
HSL color Cylindrical-coordinate representation of color #E01B2E: hue angle of 354.21º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01B2E is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 27 | 46 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.12 |
| HSL | 354.21º | 0.78% | 0.49% | - |
| HSV(B) | 354.21º | 0.88% | 0.88% | - |
| XYZ | 31.63 | 16.83 | 4.17 | - |
| YUV | 88.07 | 104.27 | 224.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 27 | 46 | 0 | 0.88 | 0.79 | 0.12 | 354.21 | 0.78 | 0.49 |
| Hex | E0 | 1B | 2E | 0 | 58 | 4F | C | 162 | 4E | 31 |
| Octal | 340 | 33 | 56 | 0 | 130 | 117 | 14 | 542 | 116 | 61 |
| Binary | 11100000 | 11011 | 101110 | 0 | 1011000 | 1001111 | 1100 | 101100010 | 1001110 | 110001 |
Color Harmonies of #E01B2E
Complementary color
Monochromatic Colors of #E01B2E
Black with #E01B2E
Text Example
Text Example
White with #E01B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01B2E; }
p { color: rgb(224,27,46); }
H1.HeaderClassName
{
color: #E01B2E;
}
.AnyTagClassName
{
color: #E01B2E;
}
</style>
background-color css
<style>
a { background-color: #E01B2E; }
a { background-color: rgb(224,27,46); }
div.DivClassName
{
background-color: #E01B2E;
}
.BgClassName
{
background-color: #E01B2E;
}
</style>
border-color css
<style>
span { border-color: #E01B2E; }
span { border-color: rgb(224,27,46); }
td.TdClassName
{
border-color: #E01B2E;
}
.TagClassName
{
border-color: #E01B2E;
}
</style>