Shades of Alizarin #E0243D
Tints of Alizarin #E0243D
RGB
CMYK
RGB Variations
Color information
#E0243D (or 0xE0243D) is known color: Alizarin. HEX triplet: E0, 24 and 3D. RGB value is (224,36,61). Sum of RGB (Red+Green+Blue) = 224+36+61=321 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.78% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 224 - color contains mainly: red. Hex color #E0243D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0243D is #1FDBC2. Grayscale: #5F5F5F. Windows color (decimal): -2087875 or 4007136. OLE color: 4007136.
HSL color Cylindrical-coordinate representation of color #E0243D: hue angle of 352.02º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E0243D is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 36 | 61 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.12 |
| HSL | 352.02º | 0.75% | 0.51% | - |
| HSV(B) | 352.02º | 0.84% | 0.88% | - |
| XYZ | 32.21 | 17.45 | 6.08 | - |
| YUV | 95.06 | 108.78 | 219.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 36 | 61 | 0 | 0.84 | 0.73 | 0.12 | 352.02 | 0.75 | 0.51 |
| Hex | E0 | 24 | 3D | 0 | 54 | 49 | C | 160 | 4B | 33 |
| Octal | 340 | 44 | 75 | 0 | 124 | 111 | 14 | 540 | 113 | 63 |
| Binary | 11100000 | 100100 | 111101 | 0 | 1010100 | 1001001 | 1100 | 101100000 | 1001011 | 110011 |
Color Harmonies of #E0243D
Complementary color
Monochromatic Colors of #E0243D
Black with #E0243D
Text Example
Text Example
White with #E0243D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0243D; }
p { color: rgb(224,36,61); }
H1.HeaderClassName
{
color: #E0243D;
}
.AnyTagClassName
{
color: #E0243D;
}
</style>
background-color css
<style>
a { background-color: #E0243D; }
a { background-color: rgb(224,36,61); }
div.DivClassName
{
background-color: #E0243D;
}
.BgClassName
{
background-color: #E0243D;
}
</style>
border-color css
<style>
span { border-color: #E0243D; }
span { border-color: rgb(224,36,61); }
td.TdClassName
{
border-color: #E0243D;
}
.TagClassName
{
border-color: #E0243D;
}
</style>