Shades of Alizarin #E7182F
Tints of Alizarin #E7182F
RGB
CMYK
RGB Variations
Color information
#E7182F (or 0xE7182F) is known color: Alizarin. HEX triplet: E7, 18 and 2F. RGB value is (231,24,47). Sum of RGB (Red+Green+Blue) = 231+24+47=302 (40% of max value = 765). Red value is 231 (90.62% from 255 or 76.49% from 302); Green value is 24 (9.77% from 255 or 7.95% from 302); Blue value is 47 (18.75% from 255 or 15.56% from 302); Max value from RGB is 231 - color contains mainly: red. Hex color #E7182F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7182F is #18E7D0. Grayscale: #585858. Windows color (decimal): -1632209 or 3086567. OLE color: 3086567.
HSL color Cylindrical-coordinate representation of color #E7182F: hue angle of 353.33º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E7182F is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 24 | 47 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.09 |
| HSL | 353.33º | 0.81% | 0.5% | - |
| HSV(B) | 353.33º | 0.9% | 0.91% | - |
| XYZ | 33.79 | 17.85 | 4.35 | - |
| YUV | 88.52 | 104.58 | 229.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 24 | 47 | 0 | 0.90 | 0.80 | 0.09 | 353.33 | 0.81 | 0.5 |
| Hex | E7 | 18 | 2F | 0 | 5A | 50 | 9 | 161 | 51 | 32 |
| Octal | 347 | 30 | 57 | 0 | 132 | 120 | 11 | 541 | 121 | 62 |
| Binary | 11100111 | 11000 | 101111 | 0 | 1011010 | 1010000 | 1001 | 101100001 | 1010001 | 110010 |
Color Harmonies of #E7182F
Complementary color
Monochromatic Colors of #E7182F
Black with #E7182F
Text Example
Text Example
White with #E7182F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7182F; }
p { color: rgb(231,24,47); }
H1.HeaderClassName
{
color: #E7182F;
}
.AnyTagClassName
{
color: #E7182F;
}
</style>
background-color css
<style>
a { background-color: #E7182F; }
a { background-color: rgb(231,24,47); }
div.DivClassName
{
background-color: #E7182F;
}
.BgClassName
{
background-color: #E7182F;
}
</style>
border-color css
<style>
span { border-color: #E7182F; }
span { border-color: rgb(231,24,47); }
td.TdClassName
{
border-color: #E7182F;
}
.TagClassName
{
border-color: #E7182F;
}
</style>