Shades of Alizarin #E7343B
Tints of Alizarin #E7343B
RGB
CMYK
RGB Variations
Color information
#E7343B (or 0xE7343B) is known color: Alizarin. HEX triplet: E7, 34 and 3B. RGB value is (231,52,59). Sum of RGB (Red+Green+Blue) = 231+52+59=342 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.54% from 342); Green value is 52 (20.70% from 255 or 15.20% from 342); Blue value is 59 (23.44% from 255 or 17.25% from 342); Max value from RGB is 231 - color contains mainly: red. Hex color #E7343B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7343B is #18CBC4. Grayscale: #6A6A6A. Windows color (decimal): -1625029 or 3880167. OLE color: 3880167.
HSL color Cylindrical-coordinate representation of color #E7343B: hue angle of 357.65º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E7343B is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 52 | 59 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.09 |
| HSL | 357.65º | 0.79% | 0.55% | - |
| HSV(B) | 357.65º | 0.77% | 0.91% | - |
| XYZ | 34.97 | 19.76 | 6.11 | - |
| YUV | 106.32 | 101.3 | 216.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 52 | 59 | 0 | 0.77 | 0.74 | 0.09 | 357.65 | 0.79 | 0.55 |
| Hex | E7 | 34 | 3B | 0 | 4D | 4A | 9 | 166 | 4F | 37 |
| Octal | 347 | 64 | 73 | 0 | 115 | 112 | 11 | 546 | 117 | 67 |
| Binary | 11100111 | 110100 | 111011 | 0 | 1001101 | 1001010 | 1001 | 101100110 | 1001111 | 110111 |
Color Harmonies of #E7343B
Complementary color
Monochromatic Colors of #E7343B
Black with #E7343B
Text Example
Text Example
White with #E7343B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7343B; }
p { color: rgb(231,52,59); }
H1.HeaderClassName
{
color: #E7343B;
}
.AnyTagClassName
{
color: #E7343B;
}
</style>
background-color css
<style>
a { background-color: #E7343B; }
a { background-color: rgb(231,52,59); }
div.DivClassName
{
background-color: #E7343B;
}
.BgClassName
{
background-color: #E7343B;
}
</style>
border-color css
<style>
span { border-color: #E7343B; }
span { border-color: rgb(231,52,59); }
td.TdClassName
{
border-color: #E7343B;
}
.TagClassName
{
border-color: #E7343B;
}
</style>