Shades of Alizarin #E7262E
Tints of Alizarin #E7262E
RGB
CMYK
RGB Variations
Color information
#E7262E (or 0xE7262E) is known color: Alizarin. HEX triplet: E7, 26 and 2E. RGB value is (231,38,46). Sum of RGB (Red+Green+Blue) = 231+38+46=315 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.33% from 315); Green value is 38 (15.23% from 255 or 12.06% from 315); Blue value is 46 (18.36% from 255 or 14.60% from 315); Max value from RGB is 231 - color contains mainly: red. Hex color #E7262E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7262E is #18D9D1. Grayscale: #606060. Windows color (decimal): -1628626 or 3024615. OLE color: 3024615.
HSL color Cylindrical-coordinate representation of color #E7262E: hue angle of 357.51º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E7262E is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 38 | 46 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.09 |
| HSL | 357.51º | 0.8% | 0.53% | - |
| HSV(B) | 357.51º | 0.84% | 0.91% | - |
| XYZ | 34.14 | 18.57 | 4.37 | - |
| YUV | 96.62 | 99.44 | 223.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 38 | 46 | 0 | 0.84 | 0.80 | 0.09 | 357.51 | 0.8 | 0.53 |
| Hex | E7 | 26 | 2E | 0 | 54 | 50 | 9 | 166 | 50 | 35 |
| Octal | 347 | 46 | 56 | 0 | 124 | 120 | 11 | 546 | 120 | 65 |
| Binary | 11100111 | 100110 | 101110 | 0 | 1010100 | 1010000 | 1001 | 101100110 | 1010000 | 110101 |
Color Harmonies of #E7262E
Complementary color
Monochromatic Colors of #E7262E
Black with #E7262E
Text Example
Text Example
White with #E7262E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7262E; }
p { color: rgb(231,38,46); }
H1.HeaderClassName
{
color: #E7262E;
}
.AnyTagClassName
{
color: #E7262E;
}
</style>
background-color css
<style>
a { background-color: #E7262E; }
a { background-color: rgb(231,38,46); }
div.DivClassName
{
background-color: #E7262E;
}
.BgClassName
{
background-color: #E7262E;
}
</style>
border-color css
<style>
span { border-color: #E7262E; }
span { border-color: rgb(231,38,46); }
td.TdClassName
{
border-color: #E7262E;
}
.TagClassName
{
border-color: #E7262E;
}
</style>