Shades of Alizarin #EA243F
Tints of Alizarin #EA243F
RGB
CMYK
RGB Variations
Color information
#EA243F (or 0xEA243F) is known color: Alizarin. HEX triplet: EA, 24 and 3F. RGB value is (234,36,63). Sum of RGB (Red+Green+Blue) = 234+36+63=333 (44% of max value = 765). Red value is 234 (91.80% from 255 or 70.27% from 333); Green value is 36 (14.45% from 255 or 10.81% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 234 - color contains mainly: red. Hex color #EA243F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA243F is #15DBC0. Grayscale: #626262. Windows color (decimal): -1432513 or 4138218. OLE color: 4138218.
HSL color Cylindrical-coordinate representation of color #EA243F: hue angle of 351.82º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA243F is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 36 | 63 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.08 |
| HSL | 351.82º | 0.83% | 0.53% | - |
| HSV(B) | 351.82º | 0.85% | 0.92% | - |
| XYZ | 35.46 | 19.11 | 6.52 | - |
| YUV | 98.28 | 108.1 | 224.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 36 | 63 | 0 | 0.85 | 0.73 | 0.08 | 351.82 | 0.83 | 0.53 |
| Hex | EA | 24 | 3F | 0 | 55 | 49 | 8 | 160 | 52 | 35 |
| Octal | 352 | 44 | 77 | 0 | 125 | 111 | 10 | 540 | 122 | 65 |
| Binary | 11101010 | 100100 | 111111 | 0 | 1010101 | 1001001 | 1000 | 101100000 | 1010010 | 110101 |
Color Harmonies of #EA243F
Complementary color
Monochromatic Colors of #EA243F
Black with #EA243F
Text Example
Text Example
White with #EA243F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA243F; }
p { color: rgb(234,36,63); }
H1.HeaderClassName
{
color: #EA243F;
}
.AnyTagClassName
{
color: #EA243F;
}
</style>
background-color css
<style>
a { background-color: #EA243F; }
a { background-color: rgb(234,36,63); }
div.DivClassName
{
background-color: #EA243F;
}
.BgClassName
{
background-color: #EA243F;
}
</style>
border-color css
<style>
span { border-color: #EA243F; }
span { border-color: rgb(234,36,63); }
td.TdClassName
{
border-color: #EA243F;
}
.TagClassName
{
border-color: #EA243F;
}
</style>