Shades of Alizarin #E0252B
Tints of Alizarin #E0252B
RGB
CMYK
RGB Variations
Color information
#E0252B (or 0xE0252B) is known color: Alizarin. HEX triplet: E0, 25 and 2B. RGB value is (224,37,43). Sum of RGB (Red+Green+Blue) = 224+37+43=304 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.68% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 224 - color contains mainly: red. Hex color #E0252B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0252B is #1FDAD4. Grayscale: #5D5D5D. Windows color (decimal): -2087637 or 2827744. OLE color: 2827744.
HSL color Cylindrical-coordinate representation of color #E0252B: hue angle of 358.07º 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 #E0252B is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 37 | 43 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.12 |
| HSL | 358.07º | 0.75% | 0.51% | - |
| HSV(B) | 358.07º | 0.83% | 0.88% | - |
| XYZ | 31.84 | 17.34 | 3.96 | - |
| YUV | 93.6 | 99.45 | 221.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 37 | 43 | 0 | 0.83 | 0.81 | 0.12 | 358.07 | 0.75 | 0.51 |
| Hex | E0 | 25 | 2B | 0 | 53 | 51 | C | 166 | 4B | 33 |
| Octal | 340 | 45 | 53 | 0 | 123 | 121 | 14 | 546 | 113 | 63 |
| Binary | 11100000 | 100101 | 101011 | 0 | 1010011 | 1010001 | 1100 | 101100110 | 1001011 | 110011 |
Color Harmonies of #E0252B
Complementary color
Monochromatic Colors of #E0252B
Black with #E0252B
Text Example
Text Example
White with #E0252B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0252B; }
p { color: rgb(224,37,43); }
H1.HeaderClassName
{
color: #E0252B;
}
.AnyTagClassName
{
color: #E0252B;
}
</style>
background-color css
<style>
a { background-color: #E0252B; }
a { background-color: rgb(224,37,43); }
div.DivClassName
{
background-color: #E0252B;
}
.BgClassName
{
background-color: #E0252B;
}
</style>
border-color css
<style>
span { border-color: #E0252B; }
span { border-color: rgb(224,37,43); }
td.TdClassName
{
border-color: #E0252B;
}
.TagClassName
{
border-color: #E0252B;
}
</style>