Shades of Alizarin #E0272D
Tints of Alizarin #E0272D
RGB
CMYK
RGB Variations
Color information
#E0272D (or 0xE0272D) is known color: Alizarin. HEX triplet: E0, 27 and 2D. RGB value is (224,39,45). Sum of RGB (Red+Green+Blue) = 224+39+45=308 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.73% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 224 - color contains mainly: red. Hex color #E0272D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0272D is #1FD8D2. Grayscale: #5F5F5F. Windows color (decimal): -2087123 or 2959328. OLE color: 2959328.
HSL color Cylindrical-coordinate representation of color #E0272D: hue angle of 358.05º 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 #E0272D is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 39 | 45 | - |
| CMYK | 0 | 0.83 | 0.80 | 0.12 |
| HSL | 358.05º | 0.75% | 0.52% | - |
| HSV(B) | 358.05º | 0.83% | 0.88% | - |
| XYZ | 31.94 | 17.49 | 4.17 | - |
| YUV | 95 | 99.79 | 220.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 39 | 45 | 0 | 0.83 | 0.80 | 0.12 | 358.05 | 0.75 | 0.52 |
| Hex | E0 | 27 | 2D | 0 | 53 | 50 | C | 166 | 4B | 34 |
| Octal | 340 | 47 | 55 | 0 | 123 | 120 | 14 | 546 | 113 | 64 |
| Binary | 11100000 | 100111 | 101101 | 0 | 1010011 | 1010000 | 1100 | 101100110 | 1001011 | 110100 |
Color Harmonies of #E0272D
Complementary color
Monochromatic Colors of #E0272D
Black with #E0272D
Text Example
Text Example
White with #E0272D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0272D; }
p { color: rgb(224,39,45); }
H1.HeaderClassName
{
color: #E0272D;
}
.AnyTagClassName
{
color: #E0272D;
}
</style>
background-color css
<style>
a { background-color: #E0272D; }
a { background-color: rgb(224,39,45); }
div.DivClassName
{
background-color: #E0272D;
}
.BgClassName
{
background-color: #E0272D;
}
</style>
border-color css
<style>
span { border-color: #E0272D; }
span { border-color: rgb(224,39,45); }
td.TdClassName
{
border-color: #E0272D;
}
.TagClassName
{
border-color: #E0272D;
}
</style>