Shades of Alizarin #E0252E
Tints of Alizarin #E0252E
RGB
CMYK
RGB Variations
Color information
#E0252E (or 0xE0252E) is known color: Alizarin. HEX triplet: E0, 25 and 2E. RGB value is (224,37,46). Sum of RGB (Red+Green+Blue) = 224+37+46=307 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.96% from 307); Green value is 37 (14.84% from 255 or 12.05% from 307); Blue value is 46 (18.36% from 255 or 14.98% from 307); Max value from RGB is 224 - color contains mainly: red. Hex color #E0252E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0252E is #1FDAD1. Grayscale: #5E5E5E. Windows color (decimal): -2087634 or 3024352. OLE color: 3024352.
HSL color Cylindrical-coordinate representation of color #E0252E: hue angle of 357.11º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E0252E is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 37 | 46 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.12 |
| HSL | 357.11º | 0.75% | 0.51% | - |
| HSV(B) | 357.11º | 0.83% | 0.88% | - |
| XYZ | 31.9 | 17.37 | 4.26 | - |
| YUV | 93.94 | 100.95 | 220.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 37 | 46 | 0 | 0.83 | 0.79 | 0.12 | 357.11 | 0.75 | 0.51 |
| Hex | E0 | 25 | 2E | 0 | 53 | 4F | C | 165 | 4B | 33 |
| Octal | 340 | 45 | 56 | 0 | 123 | 117 | 14 | 545 | 113 | 63 |
| Binary | 11100000 | 100101 | 101110 | 0 | 1010011 | 1001111 | 1100 | 101100101 | 1001011 | 110011 |
Color Harmonies of #E0252E
Complementary color
Monochromatic Colors of #E0252E
Black with #E0252E
Text Example
Text Example
White with #E0252E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0252E; }
p { color: rgb(224,37,46); }
H1.HeaderClassName
{
color: #E0252E;
}
.AnyTagClassName
{
color: #E0252E;
}
</style>
background-color css
<style>
a { background-color: #E0252E; }
a { background-color: rgb(224,37,46); }
div.DivClassName
{
background-color: #E0252E;
}
.BgClassName
{
background-color: #E0252E;
}
</style>
border-color css
<style>
span { border-color: #E0252E; }
span { border-color: rgb(224,37,46); }
td.TdClassName
{
border-color: #E0252E;
}
.TagClassName
{
border-color: #E0252E;
}
</style>