Shades of Alizarin #E7262F
Tints of Alizarin #E7262F
RGB
CMYK
RGB Variations
Color information
#E7262F (or 0xE7262F) is known color: Alizarin. HEX triplet: E7, 26 and 2F. RGB value is (231,38,47). Sum of RGB (Red+Green+Blue) = 231+38+47=316 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.10% from 316); Green value is 38 (15.23% from 255 or 12.03% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 231 - color contains mainly: red. Hex color #E7262F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7262F is #18D9D0. Grayscale: #606060. Windows color (decimal): -1628625 or 3090151. OLE color: 3090151.
HSL color Cylindrical-coordinate representation of color #E7262F: hue angle of 357.2º 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 #E7262F is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 38 | 47 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.09 |
| HSL | 357.2º | 0.8% | 0.53% | - |
| HSV(B) | 357.2º | 0.84% | 0.91% | - |
| XYZ | 34.16 | 18.58 | 4.48 | - |
| YUV | 96.73 | 99.94 | 223.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 38 | 47 | 0 | 0.84 | 0.80 | 0.09 | 357.2 | 0.8 | 0.53 |
| Hex | E7 | 26 | 2F | 0 | 54 | 50 | 9 | 165 | 50 | 35 |
| Octal | 347 | 46 | 57 | 0 | 124 | 120 | 11 | 545 | 120 | 65 |
| Binary | 11100111 | 100110 | 101111 | 0 | 1010100 | 1010000 | 1001 | 101100101 | 1010000 | 110101 |
Color Harmonies of #E7262F
Complementary color
Monochromatic Colors of #E7262F
Black with #E7262F
Text Example
Text Example
White with #E7262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7262F; }
p { color: rgb(231,38,47); }
H1.HeaderClassName
{
color: #E7262F;
}
.AnyTagClassName
{
color: #E7262F;
}
</style>
background-color css
<style>
a { background-color: #E7262F; }
a { background-color: rgb(231,38,47); }
div.DivClassName
{
background-color: #E7262F;
}
.BgClassName
{
background-color: #E7262F;
}
</style>
border-color css
<style>
span { border-color: #E7262F; }
span { border-color: rgb(231,38,47); }
td.TdClassName
{
border-color: #E7262F;
}
.TagClassName
{
border-color: #E7262F;
}
</style>