Shades of Alizarin #E0283F
Tints of Alizarin #E0283F
RGB
CMYK
RGB Variations
Color information
#E0283F (or 0xE0283F) is known color: Alizarin. HEX triplet: E0, 28 and 3F. RGB value is (224,40,63). Sum of RGB (Red+Green+Blue) = 224+40+63=327 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.50% from 327); Green value is 40 (16.02% from 255 or 12.23% from 327); Blue value is 63 (25% from 255 or 19.27% from 327); Max value from RGB is 224 - color contains mainly: red. Hex color #E0283F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0283F is #1FD7C0. Grayscale: #616161. Windows color (decimal): -2086849 or 4139232. OLE color: 4139232.
HSL color Cylindrical-coordinate representation of color #E0283F: hue angle of 352.5º 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 #E0283F is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 40 | 63 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.12 |
| HSL | 352.5º | 0.75% | 0.52% | - |
| HSV(B) | 352.5º | 0.82% | 0.88% | - |
| XYZ | 32.4 | 17.72 | 6.42 | - |
| YUV | 97.64 | 108.46 | 218.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 40 | 63 | 0 | 0.82 | 0.72 | 0.12 | 352.5 | 0.75 | 0.52 |
| Hex | E0 | 28 | 3F | 0 | 52 | 48 | C | 160 | 4B | 34 |
| Octal | 340 | 50 | 77 | 0 | 122 | 110 | 14 | 540 | 113 | 64 |
| Binary | 11100000 | 101000 | 111111 | 0 | 1010010 | 1001000 | 1100 | 101100000 | 1001011 | 110100 |
Color Harmonies of #E0283F
Complementary color
Monochromatic Colors of #E0283F
Black with #E0283F
Text Example
Text Example
White with #E0283F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0283F; }
p { color: rgb(224,40,63); }
H1.HeaderClassName
{
color: #E0283F;
}
.AnyTagClassName
{
color: #E0283F;
}
</style>
background-color css
<style>
a { background-color: #E0283F; }
a { background-color: rgb(224,40,63); }
div.DivClassName
{
background-color: #E0283F;
}
.BgClassName
{
background-color: #E0283F;
}
</style>
border-color css
<style>
span { border-color: #E0283F; }
span { border-color: rgb(224,40,63); }
td.TdClassName
{
border-color: #E0283F;
}
.TagClassName
{
border-color: #E0283F;
}
</style>