Shades of Alizarin #E7202B
Tints of Alizarin #E7202B
RGB
CMYK
RGB Variations
Color information
#E7202B (or 0xE7202B) is known color: Alizarin. HEX triplet: E7, 20 and 2B. RGB value is (231,32,43). Sum of RGB (Red+Green+Blue) = 231+32+43=306 (40% of max value = 765). Red value is 231 (90.62% from 255 or 75.49% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 43 (17.19% from 255 or 14.05% from 306); Max value from RGB is 231 - color contains mainly: red. Hex color #E7202B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7202B is #18DFD4. Grayscale: #5C5C5C. Windows color (decimal): -1630165 or 2826471. OLE color: 2826471.
HSL color Cylindrical-coordinate representation of color #E7202B: hue angle of 356.68º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E7202B is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 32 | 43 | - |
| CMYK | 0 | 0.86 | 0.81 | 0.09 |
| HSL | 356.68º | 0.81% | 0.52% | - |
| HSV(B) | 356.68º | 0.86% | 0.91% | - |
| XYZ | 33.91 | 18.2 | 4.01 | - |
| YUV | 92.76 | 99.93 | 226.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 32 | 43 | 0 | 0.86 | 0.81 | 0.09 | 356.68 | 0.81 | 0.52 |
| Hex | E7 | 20 | 2B | 0 | 56 | 51 | 9 | 165 | 51 | 34 |
| Octal | 347 | 40 | 53 | 0 | 126 | 121 | 11 | 545 | 121 | 64 |
| Binary | 11100111 | 100000 | 101011 | 0 | 1010110 | 1010001 | 1001 | 101100101 | 1010001 | 110100 |
Color Harmonies of #E7202B
Complementary color
Monochromatic Colors of #E7202B
Black with #E7202B
Text Example
Text Example
White with #E7202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7202B; }
p { color: rgb(231,32,43); }
H1.HeaderClassName
{
color: #E7202B;
}
.AnyTagClassName
{
color: #E7202B;
}
</style>
background-color css
<style>
a { background-color: #E7202B; }
a { background-color: rgb(231,32,43); }
div.DivClassName
{
background-color: #E7202B;
}
.BgClassName
{
background-color: #E7202B;
}
</style>
border-color css
<style>
span { border-color: #E7202B; }
span { border-color: rgb(231,32,43); }
td.TdClassName
{
border-color: #E7202B;
}
.TagClassName
{
border-color: #E7202B;
}
</style>