Shades of Alizarin #E03A3F
Tints of Alizarin #E03A3F
RGB
CMYK
RGB Variations
Color information
#E03A3F (or 0xE03A3F) is known color: Alizarin. HEX triplet: E0, 3A and 3F. RGB value is (224,58,63). Sum of RGB (Red+Green+Blue) = 224+58+63=345 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.93% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 63 (25% from 255 or 18.26% from 345); Max value from RGB is 224 - color contains mainly: red. Hex color #E03A3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03A3F is #1FC5C0. Grayscale: #6C6C6C. Windows color (decimal): -2082241 or 4143840. OLE color: 4143840.
HSL color Cylindrical-coordinate representation of color #E03A3F: hue angle of 358.19º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E03A3F is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 58 | 63 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.12 |
| HSL | 358.19º | 0.73% | 0.55% | - |
| HSV(B) | 358.19º | 0.74% | 0.88% | - |
| XYZ | 33.15 | 19.23 | 6.67 | - |
| YUV | 108.2 | 102.5 | 210.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 58 | 63 | 0 | 0.74 | 0.72 | 0.12 | 358.19 | 0.73 | 0.55 |
| Hex | E0 | 3A | 3F | 0 | 4A | 48 | C | 166 | 49 | 37 |
| Octal | 340 | 72 | 77 | 0 | 112 | 110 | 14 | 546 | 111 | 67 |
| Binary | 11100000 | 111010 | 111111 | 0 | 1001010 | 1001000 | 1100 | 101100110 | 1001001 | 110111 |
Color Harmonies of #E03A3F
Complementary color
Monochromatic Colors of #E03A3F
Black with #E03A3F
Text Example
Text Example
White with #E03A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03A3F; }
p { color: rgb(224,58,63); }
H1.HeaderClassName
{
color: #E03A3F;
}
.AnyTagClassName
{
color: #E03A3F;
}
</style>
background-color css
<style>
a { background-color: #E03A3F; }
a { background-color: rgb(224,58,63); }
div.DivClassName
{
background-color: #E03A3F;
}
.BgClassName
{
background-color: #E03A3F;
}
</style>
border-color css
<style>
span { border-color: #E03A3F; }
span { border-color: rgb(224,58,63); }
td.TdClassName
{
border-color: #E03A3F;
}
.TagClassName
{
border-color: #E03A3F;
}
</style>