Shades of Alizarin #E0273A
Tints of Alizarin #E0273A
RGB
CMYK
RGB Variations
Color information
#E0273A (or 0xE0273A) is known color: Alizarin. HEX triplet: E0, 27 and 3A. RGB value is (224,39,58). Sum of RGB (Red+Green+Blue) = 224+39+58=321 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.78% from 321); Green value is 39 (15.62% from 255 or 12.15% from 321); Blue value is 58 (23.05% from 255 or 18.07% from 321); Max value from RGB is 224 - color contains mainly: red. Hex color #E0273A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0273A is #1FD8C5. Grayscale: #606060. Windows color (decimal): -2087110 or 3811296. OLE color: 3811296.
HSL color Cylindrical-coordinate representation of color #E0273A: hue angle of 353.84º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E0273A is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 39 | 58 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.12 |
| HSL | 353.84º | 0.75% | 0.52% | - |
| HSV(B) | 353.84º | 0.83% | 0.88% | - |
| XYZ | 32.23 | 17.6 | 5.7 | - |
| YUV | 96.48 | 106.29 | 218.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 39 | 58 | 0 | 0.83 | 0.74 | 0.12 | 353.84 | 0.75 | 0.52 |
| Hex | E0 | 27 | 3A | 0 | 53 | 4A | C | 162 | 4B | 34 |
| Octal | 340 | 47 | 72 | 0 | 123 | 112 | 14 | 542 | 113 | 64 |
| Binary | 11100000 | 100111 | 111010 | 0 | 1010011 | 1001010 | 1100 | 101100010 | 1001011 | 110100 |
Color Harmonies of #E0273A
Complementary color
Monochromatic Colors of #E0273A
Black with #E0273A
Text Example
Text Example
White with #E0273A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0273A; }
p { color: rgb(224,39,58); }
H1.HeaderClassName
{
color: #E0273A;
}
.AnyTagClassName
{
color: #E0273A;
}
</style>
background-color css
<style>
a { background-color: #E0273A; }
a { background-color: rgb(224,39,58); }
div.DivClassName
{
background-color: #E0273A;
}
.BgClassName
{
background-color: #E0273A;
}
</style>
border-color css
<style>
span { border-color: #E0273A; }
span { border-color: rgb(224,39,58); }
td.TdClassName
{
border-color: #E0273A;
}
.TagClassName
{
border-color: #E0273A;
}
</style>