Shades of Alizarin #E71C2A
Tints of Alizarin #E71C2A
RGB
CMYK
RGB Variations
Color information
#E71C2A (or 0xE71C2A) is known color: Alizarin. HEX triplet: E7, 1C and 2A. RGB value is (231,28,42). Sum of RGB (Red+Green+Blue) = 231+28+42=301 (39% of max value = 765). Red value is 231 (90.62% from 255 or 76.74% from 301); Green value is 28 (11.33% from 255 or 9.30% from 301); Blue value is 42 (16.80% from 255 or 13.95% from 301); Max value from RGB is 231 - color contains mainly: red. Hex color #E71C2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E71C2A is #18E3D5. Grayscale: #5A5A5A. Windows color (decimal): -1631190 or 2759911. OLE color: 2759911.
HSL color Cylindrical-coordinate representation of color #E71C2A: hue angle of 355.86º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E71C2A is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 28 | 42 | - |
| CMYK | 0 | 0.88 | 0.82 | 0.09 |
| HSL | 355.86º | 0.81% | 0.51% | - |
| HSV(B) | 355.86º | 0.88% | 0.91% | - |
| XYZ | 33.79 | 17.99 | 3.88 | - |
| YUV | 90.29 | 100.75 | 228.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 28 | 42 | 0 | 0.88 | 0.82 | 0.09 | 355.86 | 0.81 | 0.51 |
| Hex | E7 | 1C | 2A | 0 | 58 | 52 | 9 | 164 | 51 | 33 |
| Octal | 347 | 34 | 52 | 0 | 130 | 122 | 11 | 544 | 121 | 63 |
| Binary | 11100111 | 11100 | 101010 | 0 | 1011000 | 1010010 | 1001 | 101100100 | 1010001 | 110011 |
Color Harmonies of #E71C2A
Complementary color
Monochromatic Colors of #E71C2A
Black with #E71C2A
Text Example
Text Example
White with #E71C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71C2A; }
p { color: rgb(231,28,42); }
H1.HeaderClassName
{
color: #E71C2A;
}
.AnyTagClassName
{
color: #E71C2A;
}
</style>
background-color css
<style>
a { background-color: #E71C2A; }
a { background-color: rgb(231,28,42); }
div.DivClassName
{
background-color: #E71C2A;
}
.BgClassName
{
background-color: #E71C2A;
}
</style>
border-color css
<style>
span { border-color: #E71C2A; }
span { border-color: rgb(231,28,42); }
td.TdClassName
{
border-color: #E71C2A;
}
.TagClassName
{
border-color: #E71C2A;
}
</style>