Shades of Alizarin #EF242F
Tints of Alizarin #EF242F
RGB
CMYK
RGB Variations
Color information
#EF242F (or 0xEF242F) is known color: Alizarin. HEX triplet: EF, 24 and 2F. RGB value is (239,36,47). Sum of RGB (Red+Green+Blue) = 239+36+47=322 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.22% from 322); Green value is 36 (14.45% from 255 or 11.18% from 322); Blue value is 47 (18.75% from 255 or 14.60% from 322); Max value from RGB is 239 - color contains mainly: red. Hex color #EF242F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF242F is #10DBD0. Grayscale: #626262. Windows color (decimal): -1104849 or 3089647. OLE color: 3089647.
HSL color Cylindrical-coordinate representation of color #EF242F: hue angle of 356.75º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EF242F is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 36 | 47 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.06 |
| HSL | 356.75º | 0.86% | 0.54% | - |
| HSV(B) | 356.75º | 0.85% | 0.94% | - |
| XYZ | 36.74 | 19.82 | 4.58 | - |
| YUV | 97.95 | 99.25 | 228.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 36 | 47 | 0 | 0.85 | 0.80 | 0.06 | 356.75 | 0.86 | 0.54 |
| Hex | EF | 24 | 2F | 0 | 55 | 50 | 6 | 165 | 56 | 36 |
| Octal | 357 | 44 | 57 | 0 | 125 | 120 | 6 | 545 | 126 | 66 |
| Binary | 11101111 | 100100 | 101111 | 0 | 1010101 | 1010000 | 110 | 101100101 | 1010110 | 110110 |
Color Harmonies of #EF242F
Complementary color
Monochromatic Colors of #EF242F
Black with #EF242F
Text Example
Text Example
White with #EF242F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF242F; }
p { color: rgb(239,36,47); }
H1.HeaderClassName
{
color: #EF242F;
}
.AnyTagClassName
{
color: #EF242F;
}
</style>
background-color css
<style>
a { background-color: #EF242F; }
a { background-color: rgb(239,36,47); }
div.DivClassName
{
background-color: #EF242F;
}
.BgClassName
{
background-color: #EF242F;
}
</style>
border-color css
<style>
span { border-color: #EF242F; }
span { border-color: rgb(239,36,47); }
td.TdClassName
{
border-color: #EF242F;
}
.TagClassName
{
border-color: #EF242F;
}
</style>