Shades of Alizarin #E7303A
Tints of Alizarin #E7303A
RGB
CMYK
RGB Variations
Color information
#E7303A (or 0xE7303A) is known color: Alizarin. HEX triplet: E7, 30 and 3A. RGB value is (231,48,58). Sum of RGB (Red+Green+Blue) = 231+48+58=337 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.55% from 337); Green value is 48 (19.14% from 255 or 14.24% from 337); Blue value is 58 (23.05% from 255 or 17.21% from 337); Max value from RGB is 231 - color contains mainly: red. Hex color #E7303A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7303A is #18CFC5. Grayscale: #686868. Windows color (decimal): -1626054 or 3813607. OLE color: 3813607.
HSL color Cylindrical-coordinate representation of color #E7303A: hue angle of 356.72º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E7303A is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 48 | 58 | - |
| CMYK | 0 | 0.79 | 0.75 | 0.09 |
| HSL | 356.72º | 0.79% | 0.55% | - |
| HSV(B) | 356.72º | 0.79% | 0.91% | - |
| XYZ | 34.78 | 19.41 | 5.92 | - |
| YUV | 103.86 | 102.13 | 218.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 48 | 58 | 0 | 0.79 | 0.75 | 0.09 | 356.72 | 0.79 | 0.55 |
| Hex | E7 | 30 | 3A | 0 | 4F | 4B | 9 | 165 | 4F | 37 |
| Octal | 347 | 60 | 72 | 0 | 117 | 113 | 11 | 545 | 117 | 67 |
| Binary | 11100111 | 110000 | 111010 | 0 | 1001111 | 1001011 | 1001 | 101100101 | 1001111 | 110111 |
Color Harmonies of #E7303A
Complementary color
Monochromatic Colors of #E7303A
Black with #E7303A
Text Example
Text Example
White with #E7303A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7303A; }
p { color: rgb(231,48,58); }
H1.HeaderClassName
{
color: #E7303A;
}
.AnyTagClassName
{
color: #E7303A;
}
</style>
background-color css
<style>
a { background-color: #E7303A; }
a { background-color: rgb(231,48,58); }
div.DivClassName
{
background-color: #E7303A;
}
.BgClassName
{
background-color: #E7303A;
}
</style>
border-color css
<style>
span { border-color: #E7303A; }
span { border-color: rgb(231,48,58); }
td.TdClassName
{
border-color: #E7303A;
}
.TagClassName
{
border-color: #E7303A;
}
</style>