Shades of Alizarin #EF253B
Tints of Alizarin #EF253B
RGB
CMYK
RGB Variations
Color information
#EF253B (or 0xEF253B) is known color: Alizarin. HEX triplet: EF, 25 and 3B. RGB value is (239,37,59). Sum of RGB (Red+Green+Blue) = 239+37+59=335 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.34% from 335); Green value is 37 (14.84% from 255 or 11.04% from 335); Blue value is 59 (23.44% from 255 or 17.61% from 335); Max value from RGB is 239 - color contains mainly: red. Hex color #EF253B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF253B is #10DAC4. Grayscale: #646464. Windows color (decimal): -1104581 or 3876335. OLE color: 3876335.
HSL color Cylindrical-coordinate representation of color #EF253B: hue angle of 353.47º 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 #EF253B is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 37 | 59 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.06 |
| HSL | 353.47º | 0.86% | 0.54% | - |
| HSV(B) | 353.47º | 0.85% | 0.94% | - |
| XYZ | 37.05 | 19.99 | 6.04 | - |
| YUV | 99.91 | 104.92 | 227.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 37 | 59 | 0 | 0.85 | 0.75 | 0.06 | 353.47 | 0.86 | 0.54 |
| Hex | EF | 25 | 3B | 0 | 55 | 4B | 6 | 161 | 56 | 36 |
| Octal | 357 | 45 | 73 | 0 | 125 | 113 | 6 | 541 | 126 | 66 |
| Binary | 11101111 | 100101 | 111011 | 0 | 1010101 | 1001011 | 110 | 101100001 | 1010110 | 110110 |
Color Harmonies of #EF253B
Complementary color
Monochromatic Colors of #EF253B
Black with #EF253B
Text Example
Text Example
White with #EF253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF253B; }
p { color: rgb(239,37,59); }
H1.HeaderClassName
{
color: #EF253B;
}
.AnyTagClassName
{
color: #EF253B;
}
</style>
background-color css
<style>
a { background-color: #EF253B; }
a { background-color: rgb(239,37,59); }
div.DivClassName
{
background-color: #EF253B;
}
.BgClassName
{
background-color: #EF253B;
}
</style>
border-color css
<style>
span { border-color: #EF253B; }
span { border-color: rgb(239,37,59); }
td.TdClassName
{
border-color: #EF253B;
}
.TagClassName
{
border-color: #EF253B;
}
</style>