Shades of Alizarin #EF242A
Tints of Alizarin #EF242A
RGB
CMYK
RGB Variations
Color information
#EF242A (or 0xEF242A) is known color: Alizarin. HEX triplet: EF, 24 and 2A. RGB value is (239,36,42). Sum of RGB (Red+Green+Blue) = 239+36+42=317 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.39% from 317); Green value is 36 (14.45% from 255 or 11.36% from 317); Blue value is 42 (16.80% from 255 or 13.25% from 317); Max value from RGB is 239 - color contains mainly: red. Hex color #EF242A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF242A is #10DBD5. Grayscale: #616161. Windows color (decimal): -1104854 or 2761967. OLE color: 2761967.
HSL color Cylindrical-coordinate representation of color #EF242A: hue angle of 358.23º 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 #EF242A is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 36 | 42 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.06 |
| HSL | 358.23º | 0.86% | 0.54% | - |
| HSV(B) | 358.23º | 0.85% | 0.94% | - |
| XYZ | 36.65 | 19.78 | 4.08 | - |
| YUV | 97.38 | 96.75 | 229.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 36 | 42 | 0 | 0.85 | 0.82 | 0.06 | 358.23 | 0.86 | 0.54 |
| Hex | EF | 24 | 2A | 0 | 55 | 52 | 6 | 166 | 56 | 36 |
| Octal | 357 | 44 | 52 | 0 | 125 | 122 | 6 | 546 | 126 | 66 |
| Binary | 11101111 | 100100 | 101010 | 0 | 1010101 | 1010010 | 110 | 101100110 | 1010110 | 110110 |
Color Harmonies of #EF242A
Complementary color
Monochromatic Colors of #EF242A
Black with #EF242A
Text Example
Text Example
White with #EF242A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF242A; }
p { color: rgb(239,36,42); }
H1.HeaderClassName
{
color: #EF242A;
}
.AnyTagClassName
{
color: #EF242A;
}
</style>
background-color css
<style>
a { background-color: #EF242A; }
a { background-color: rgb(239,36,42); }
div.DivClassName
{
background-color: #EF242A;
}
.BgClassName
{
background-color: #EF242A;
}
</style>
border-color css
<style>
span { border-color: #EF242A; }
span { border-color: rgb(239,36,42); }
td.TdClassName
{
border-color: #EF242A;
}
.TagClassName
{
border-color: #EF242A;
}
</style>