Shades of Alizarin #EF2F36
Tints of Alizarin #EF2F36
RGB
CMYK
RGB Variations
Color information
#EF2F36 (or 0xEF2F36) is known color: Alizarin. HEX triplet: EF, 2F and 36. RGB value is (239,47,54). Sum of RGB (Red+Green+Blue) = 239+47+54=340 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.29% from 340); Green value is 47 (18.75% from 255 or 13.82% from 340); Blue value is 54 (21.48% from 255 or 15.88% from 340); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2F36 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2F36 is #10D0C9. Grayscale: #696969. Windows color (decimal): -1102026 or 3551215. OLE color: 3551215.
HSL color Cylindrical-coordinate representation of color #EF2F36: hue angle of 357.81º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EF2F36 is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 47 | 54 | - |
| CMYK | 0 | 0.80 | 0.77 | 0.06 |
| HSL | 357.81º | 0.86% | 0.56% | - |
| HSV(B) | 357.81º | 0.8% | 0.94% | - |
| XYZ | 37.28 | 20.65 | 5.51 | - |
| YUV | 105.21 | 99.11 | 223.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 47 | 54 | 0 | 0.80 | 0.77 | 0.06 | 357.81 | 0.86 | 0.56 |
| Hex | EF | 2F | 36 | 0 | 50 | 4D | 6 | 166 | 56 | 38 |
| Octal | 357 | 57 | 66 | 0 | 120 | 115 | 6 | 546 | 126 | 70 |
| Binary | 11101111 | 101111 | 110110 | 0 | 1010000 | 1001101 | 110 | 101100110 | 1010110 | 111000 |
Color Harmonies of #EF2F36
Complementary color
Monochromatic Colors of #EF2F36
Black with #EF2F36
Text Example
Text Example
White with #EF2F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2F36; }
p { color: rgb(239,47,54); }
H1.HeaderClassName
{
color: #EF2F36;
}
.AnyTagClassName
{
color: #EF2F36;
}
</style>
background-color css
<style>
a { background-color: #EF2F36; }
a { background-color: rgb(239,47,54); }
div.DivClassName
{
background-color: #EF2F36;
}
.BgClassName
{
background-color: #EF2F36;
}
</style>
border-color css
<style>
span { border-color: #EF2F36; }
span { border-color: rgb(239,47,54); }
td.TdClassName
{
border-color: #EF2F36;
}
.TagClassName
{
border-color: #EF2F36;
}
</style>