Shades of Alizarin #E5202F
Tints of Alizarin #E5202F
RGB
CMYK
RGB Variations
Color information
#E5202F (or 0xE5202F) is known color: Alizarin. HEX triplet: E5, 20 and 2F. RGB value is (229,32,47). Sum of RGB (Red+Green+Blue) = 229+32+47=308 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.35% from 308); Green value is 32 (12.89% from 255 or 10.39% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 229 - color contains mainly: red. Hex color #E5202F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5202F is #1ADFD0. Grayscale: #5C5C5C. Windows color (decimal): -1761233 or 3088613. OLE color: 3088613.
HSL color Cylindrical-coordinate representation of color #E5202F: hue angle of 355.43º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E5202F is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 32 | 47 | - |
| CMYK | 0 | 0.86 | 0.79 | 0.10 |
| HSL | 355.43º | 0.79% | 0.51% | - |
| HSV(B) | 355.43º | 0.86% | 0.9% | - |
| XYZ | 33.34 | 17.9 | 4.39 | - |
| YUV | 92.61 | 102.27 | 225.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 32 | 47 | 0 | 0.86 | 0.79 | 0.10 | 355.43 | 0.79 | 0.51 |
| Hex | E5 | 20 | 2F | 0 | 56 | 4F | A | 163 | 4F | 33 |
| Octal | 345 | 40 | 57 | 0 | 126 | 117 | 12 | 543 | 117 | 63 |
| Binary | 11100101 | 100000 | 101111 | 0 | 1010110 | 1001111 | 1010 | 101100011 | 1001111 | 110011 |
Color Harmonies of #E5202F
Complementary color
Monochromatic Colors of #E5202F
Black with #E5202F
Text Example
Text Example
White with #E5202F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5202F; }
p { color: rgb(229,32,47); }
H1.HeaderClassName
{
color: #E5202F;
}
.AnyTagClassName
{
color: #E5202F;
}
</style>
background-color css
<style>
a { background-color: #E5202F; }
a { background-color: rgb(229,32,47); }
div.DivClassName
{
background-color: #E5202F;
}
.BgClassName
{
background-color: #E5202F;
}
</style>
border-color css
<style>
span { border-color: #E5202F; }
span { border-color: rgb(229,32,47); }
td.TdClassName
{
border-color: #E5202F;
}
.TagClassName
{
border-color: #E5202F;
}
</style>