Shades of Alizarin #EA242F
Tints of Alizarin #EA242F
RGB
CMYK
RGB Variations
Color information
#EA242F (or 0xEA242F) is known color: Alizarin. HEX triplet: EA, 24 and 2F. RGB value is (234,36,47). Sum of RGB (Red+Green+Blue) = 234+36+47=317 (41% of max value = 765). Red value is 234 (91.80% from 255 or 73.82% from 317); Green value is 36 (14.45% from 255 or 11.36% from 317); Blue value is 47 (18.75% from 255 or 14.83% from 317); Max value from RGB is 234 - color contains mainly: red. Hex color #EA242F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA242F is #15DBD0. Grayscale: #606060. Windows color (decimal): -1432529 or 3089642. OLE color: 3089642.
HSL color Cylindrical-coordinate representation of color #EA242F: hue angle of 356.67º 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 #EA242F is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 36 | 47 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.08 |
| HSL | 356.67º | 0.83% | 0.53% | - |
| HSV(B) | 356.67º | 0.85% | 0.92% | - |
| XYZ | 35.08 | 18.96 | 4.5 | - |
| YUV | 96.46 | 100.1 | 226.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 36 | 47 | 0 | 0.85 | 0.80 | 0.08 | 356.67 | 0.83 | 0.53 |
| Hex | EA | 24 | 2F | 0 | 55 | 50 | 8 | 165 | 52 | 35 |
| Octal | 352 | 44 | 57 | 0 | 125 | 120 | 10 | 545 | 122 | 65 |
| Binary | 11101010 | 100100 | 101111 | 0 | 1010101 | 1010000 | 1000 | 101100101 | 1010010 | 110101 |
Color Harmonies of #EA242F
Complementary color
Monochromatic Colors of #EA242F
Black with #EA242F
Text Example
Text Example
White with #EA242F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA242F; }
p { color: rgb(234,36,47); }
H1.HeaderClassName
{
color: #EA242F;
}
.AnyTagClassName
{
color: #EA242F;
}
</style>
background-color css
<style>
a { background-color: #EA242F; }
a { background-color: rgb(234,36,47); }
div.DivClassName
{
background-color: #EA242F;
}
.BgClassName
{
background-color: #EA242F;
}
</style>
border-color css
<style>
span { border-color: #EA242F; }
span { border-color: rgb(234,36,47); }
td.TdClassName
{
border-color: #EA242F;
}
.TagClassName
{
border-color: #EA242F;
}
</style>