Shades of Alizarin #EF252C
Tints of Alizarin #EF252C
RGB
CMYK
RGB Variations
Color information
#EF252C (or 0xEF252C) is known color: Alizarin. HEX triplet: EF, 25 and 2C. RGB value is (239,37,44). Sum of RGB (Red+Green+Blue) = 239+37+44=320 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.69% from 320); Green value is 37 (14.84% from 255 or 11.56% from 320); Blue value is 44 (17.58% from 255 or 13.75% from 320); Max value from RGB is 239 - color contains mainly: red. Hex color #EF252C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF252C is #10DAD3. Grayscale: #626262. Windows color (decimal): -1104596 or 2893295. OLE color: 2893295.
HSL color Cylindrical-coordinate representation of color #EF252C: hue angle of 357.92º 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 #EF252C is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 37 | 44 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.06 |
| HSL | 357.92º | 0.86% | 0.54% | - |
| HSV(B) | 357.92º | 0.85% | 0.94% | - |
| XYZ | 36.71 | 19.86 | 4.28 | - |
| YUV | 98.2 | 97.42 | 228.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 37 | 44 | 0 | 0.85 | 0.82 | 0.06 | 357.92 | 0.86 | 0.54 |
| Hex | EF | 25 | 2C | 0 | 55 | 52 | 6 | 166 | 56 | 36 |
| Octal | 357 | 45 | 54 | 0 | 125 | 122 | 6 | 546 | 126 | 66 |
| Binary | 11101111 | 100101 | 101100 | 0 | 1010101 | 1010010 | 110 | 101100110 | 1010110 | 110110 |
Color Harmonies of #EF252C
Complementary color
Monochromatic Colors of #EF252C
Black with #EF252C
Text Example
Text Example
White with #EF252C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF252C; }
p { color: rgb(239,37,44); }
H1.HeaderClassName
{
color: #EF252C;
}
.AnyTagClassName
{
color: #EF252C;
}
</style>
background-color css
<style>
a { background-color: #EF252C; }
a { background-color: rgb(239,37,44); }
div.DivClassName
{
background-color: #EF252C;
}
.BgClassName
{
background-color: #EF252C;
}
</style>
border-color css
<style>
span { border-color: #EF252C; }
span { border-color: rgb(239,37,44); }
td.TdClassName
{
border-color: #EF252C;
}
.TagClassName
{
border-color: #EF252C;
}
</style>