Shades of Alizarin #E03B3E
Tints of Alizarin #E03B3E
RGB
CMYK
RGB Variations
Color information
#E03B3E (or 0xE03B3E) is known color: Alizarin. HEX triplet: E0, 3B and 3E. RGB value is (224,59,62). Sum of RGB (Red+Green+Blue) = 224+59+62=345 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.93% from 345); Green value is 59 (23.44% from 255 or 17.10% from 345); Blue value is 62 (24.61% from 255 or 17.97% from 345); Max value from RGB is 224 - color contains mainly: red. Hex color #E03B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03B3E is #1FC4C1. Grayscale: #6C6C6C. Windows color (decimal): -2081986 or 4078560. OLE color: 4078560.
HSL color Cylindrical-coordinate representation of color #E03B3E: hue angle of 358.91º 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 #E03B3E is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 59 | 62 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.12 |
| HSL | 358.91º | 0.73% | 0.55% | - |
| HSV(B) | 358.91º | 0.74% | 0.88% | - |
| XYZ | 33.17 | 19.32 | 6.54 | - |
| YUV | 108.68 | 101.66 | 210.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 59 | 62 | 0 | 0.74 | 0.72 | 0.12 | 358.91 | 0.73 | 0.55 |
| Hex | E0 | 3B | 3E | 0 | 4A | 48 | C | 167 | 49 | 37 |
| Octal | 340 | 73 | 76 | 0 | 112 | 110 | 14 | 547 | 111 | 67 |
| Binary | 11100000 | 111011 | 111110 | 0 | 1001010 | 1001000 | 1100 | 101100111 | 1001001 | 110111 |
Color Harmonies of #E03B3E
Complementary color
Monochromatic Colors of #E03B3E
Black with #E03B3E
Text Example
Text Example
White with #E03B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03B3E; }
p { color: rgb(224,59,62); }
H1.HeaderClassName
{
color: #E03B3E;
}
.AnyTagClassName
{
color: #E03B3E;
}
</style>
background-color css
<style>
a { background-color: #E03B3E; }
a { background-color: rgb(224,59,62); }
div.DivClassName
{
background-color: #E03B3E;
}
.BgClassName
{
background-color: #E03B3E;
}
</style>
border-color css
<style>
span { border-color: #E03B3E; }
span { border-color: rgb(224,59,62); }
td.TdClassName
{
border-color: #E03B3E;
}
.TagClassName
{
border-color: #E03B3E;
}
</style>