Shades of Alizarin #E8252D
Tints of Alizarin #E8252D
RGB
CMYK
RGB Variations
Color information
#E8252D (or 0xE8252D) is known color: Alizarin. HEX triplet: E8, 25 and 2D. RGB value is (232,37,45). Sum of RGB (Red+Green+Blue) = 232+37+45=314 (41% of max value = 765). Red value is 232 (91.02% from 255 or 73.89% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 232 - color contains mainly: red. Hex color #E8252D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8252D is #17DAD2. Grayscale: #606060. Windows color (decimal): -1563347 or 2958824. OLE color: 2958824.
HSL color Cylindrical-coordinate representation of color #E8252D: hue angle of 357.54º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E8252D is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 37 | 45 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.09 |
| HSL | 357.54º | 0.81% | 0.53% | - |
| HSV(B) | 357.54º | 0.84% | 0.91% | - |
| XYZ | 34.41 | 18.67 | 4.27 | - |
| YUV | 96.22 | 99.1 | 224.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 37 | 45 | 0 | 0.84 | 0.81 | 0.09 | 357.54 | 0.81 | 0.53 |
| Hex | E8 | 25 | 2D | 0 | 54 | 51 | 9 | 166 | 51 | 35 |
| Octal | 350 | 45 | 55 | 0 | 124 | 121 | 11 | 546 | 121 | 65 |
| Binary | 11101000 | 100101 | 101101 | 0 | 1010100 | 1010001 | 1001 | 101100110 | 1010001 | 110101 |
Color Harmonies of #E8252D
Complementary color
Monochromatic Colors of #E8252D
Black with #E8252D
Text Example
Text Example
White with #E8252D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8252D; }
p { color: rgb(232,37,45); }
H1.HeaderClassName
{
color: #E8252D;
}
.AnyTagClassName
{
color: #E8252D;
}
</style>
background-color css
<style>
a { background-color: #E8252D; }
a { background-color: rgb(232,37,45); }
div.DivClassName
{
background-color: #E8252D;
}
.BgClassName
{
background-color: #E8252D;
}
</style>
border-color css
<style>
span { border-color: #E8252D; }
span { border-color: rgb(232,37,45); }
td.TdClassName
{
border-color: #E8252D;
}
.TagClassName
{
border-color: #E8252D;
}
</style>