Shades of Alizarin #E73542
Tints of Alizarin #E73542
RGB
CMYK
RGB Variations
Color information
#E73542 (or 0xE73542) is known color: Alizarin. HEX triplet: E7, 35 and 42. RGB value is (231,53,66). Sum of RGB (Red+Green+Blue) = 231+53+66=350 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66% from 350); Green value is 53 (21.09% from 255 or 15.14% from 350); Blue value is 66 (26.17% from 255 or 18.86% from 350); Max value from RGB is 231 - color contains mainly: red. Hex color #E73542 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E73542 is #18CABD. Grayscale: #6B6B6B. Windows color (decimal): -1624766 or 4339175. OLE color: 4339175.
HSL color Cylindrical-coordinate representation of color #E73542: hue angle of 355.62º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E73542 is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 53 | 66 | - |
| CMYK | 0 | 0.77 | 0.71 | 0.09 |
| HSL | 355.62º | 0.79% | 0.56% | - |
| HSV(B) | 355.62º | 0.77% | 0.91% | - |
| XYZ | 35.21 | 19.93 | 7.14 | - |
| YUV | 107.7 | 104.47 | 215.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 53 | 66 | 0 | 0.77 | 0.71 | 0.09 | 355.62 | 0.79 | 0.56 |
| Hex | E7 | 35 | 42 | 0 | 4D | 47 | 9 | 164 | 4F | 38 |
| Octal | 347 | 65 | 102 | 0 | 115 | 107 | 11 | 544 | 117 | 70 |
| Binary | 11100111 | 110101 | 1000010 | 0 | 1001101 | 1000111 | 1001 | 101100100 | 1001111 | 111000 |
Color Harmonies of #E73542
Complementary color
Monochromatic Colors of #E73542
Black with #E73542
Text Example
Text Example
White with #E73542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73542; }
p { color: rgb(231,53,66); }
H1.HeaderClassName
{
color: #E73542;
}
.AnyTagClassName
{
color: #E73542;
}
</style>
background-color css
<style>
a { background-color: #E73542; }
a { background-color: rgb(231,53,66); }
div.DivClassName
{
background-color: #E73542;
}
.BgClassName
{
background-color: #E73542;
}
</style>
border-color css
<style>
span { border-color: #E73542; }
span { border-color: rgb(231,53,66); }
td.TdClassName
{
border-color: #E73542;
}
.TagClassName
{
border-color: #E73542;
}
</style>