Shades of Alizarin #E0283C
Tints of Alizarin #E0283C
RGB
CMYK
RGB Variations
Color information
#E0283C (or 0xE0283C) is known color: Alizarin. HEX triplet: E0, 28 and 3C. RGB value is (224,40,60). Sum of RGB (Red+Green+Blue) = 224+40+60=324 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.14% from 324); Green value is 40 (16.02% from 255 or 12.35% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 224 - color contains mainly: red. Hex color #E0283C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0283C is #1FD7C3. Grayscale: #616161. Windows color (decimal): -2086852 or 3942624. OLE color: 3942624.
HSL color Cylindrical-coordinate representation of color #E0283C: hue angle of 353.48º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E0283C is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 40 | 60 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.12 |
| HSL | 353.48º | 0.75% | 0.52% | - |
| HSV(B) | 353.48º | 0.82% | 0.88% | - |
| XYZ | 32.31 | 17.69 | 5.99 | - |
| YUV | 97.3 | 106.96 | 218.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 40 | 60 | 0 | 0.82 | 0.73 | 0.12 | 353.48 | 0.75 | 0.52 |
| Hex | E0 | 28 | 3C | 0 | 52 | 49 | C | 161 | 4B | 34 |
| Octal | 340 | 50 | 74 | 0 | 122 | 111 | 14 | 541 | 113 | 64 |
| Binary | 11100000 | 101000 | 111100 | 0 | 1010010 | 1001001 | 1100 | 101100001 | 1001011 | 110100 |
Color Harmonies of #E0283C
Complementary color
Monochromatic Colors of #E0283C
Black with #E0283C
Text Example
Text Example
White with #E0283C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0283C; }
p { color: rgb(224,40,60); }
H1.HeaderClassName
{
color: #E0283C;
}
.AnyTagClassName
{
color: #E0283C;
}
</style>
background-color css
<style>
a { background-color: #E0283C; }
a { background-color: rgb(224,40,60); }
div.DivClassName
{
background-color: #E0283C;
}
.BgClassName
{
background-color: #E0283C;
}
</style>
border-color css
<style>
span { border-color: #E0283C; }
span { border-color: rgb(224,40,60); }
td.TdClassName
{
border-color: #E0283C;
}
.TagClassName
{
border-color: #E0283C;
}
</style>