Shades of Alizarin #E5243D
Tints of Alizarin #E5243D
RGB
CMYK
RGB Variations
Color information
#E5243D (or 0xE5243D) is known color: Alizarin. HEX triplet: E5, 24 and 3D. RGB value is (229,36,61). Sum of RGB (Red+Green+Blue) = 229+36+61=326 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.25% from 326); Green value is 36 (14.45% from 255 or 11.04% from 326); Blue value is 61 (24.22% from 255 or 18.71% from 326); Max value from RGB is 229 - color contains mainly: red. Hex color #E5243D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5243D is #1ADBC2. Grayscale: #606060. Windows color (decimal): -1760195 or 4007141. OLE color: 4007141.
HSL color Cylindrical-coordinate representation of color #E5243D: hue angle of 352.23º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E5243D is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 36 | 61 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.10 |
| HSL | 352.23º | 0.79% | 0.52% | - |
| HSV(B) | 352.23º | 0.84% | 0.9% | - |
| XYZ | 33.79 | 18.26 | 6.16 | - |
| YUV | 96.56 | 107.94 | 222.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 36 | 61 | 0 | 0.84 | 0.73 | 0.10 | 352.23 | 0.79 | 0.52 |
| Hex | E5 | 24 | 3D | 0 | 54 | 49 | A | 160 | 4F | 34 |
| Octal | 345 | 44 | 75 | 0 | 124 | 111 | 12 | 540 | 117 | 64 |
| Binary | 11100101 | 100100 | 111101 | 0 | 1010100 | 1001001 | 1010 | 101100000 | 1001111 | 110100 |
Color Harmonies of #E5243D
Complementary color
Monochromatic Colors of #E5243D
Black with #E5243D
Text Example
Text Example
White with #E5243D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5243D; }
p { color: rgb(229,36,61); }
H1.HeaderClassName
{
color: #E5243D;
}
.AnyTagClassName
{
color: #E5243D;
}
</style>
background-color css
<style>
a { background-color: #E5243D; }
a { background-color: rgb(229,36,61); }
div.DivClassName
{
background-color: #E5243D;
}
.BgClassName
{
background-color: #E5243D;
}
</style>
border-color css
<style>
span { border-color: #E5243D; }
span { border-color: rgb(229,36,61); }
td.TdClassName
{
border-color: #E5243D;
}
.TagClassName
{
border-color: #E5243D;
}
</style>