Shades of Alizarin #EF252D
Tints of Alizarin #EF252D
RGB
CMYK
RGB Variations
Color information
#EF252D (or 0xEF252D) is known color: Alizarin. HEX triplet: EF, 25 and 2D. RGB value is (239,37,45). Sum of RGB (Red+Green+Blue) = 239+37+45=321 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.45% from 321); Green value is 37 (14.84% from 255 or 11.53% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 239 - color contains mainly: red. Hex color #EF252D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF252D is #10DAD2. Grayscale: #626262. Windows color (decimal): -1104595 or 2958831. OLE color: 2958831.
HSL color Cylindrical-coordinate representation of color #EF252D: hue angle of 357.62º 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 #EF252D is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 37 | 45 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.06 |
| HSL | 357.62º | 0.86% | 0.54% | - |
| HSV(B) | 357.62º | 0.85% | 0.94% | - |
| XYZ | 36.73 | 19.86 | 4.38 | - |
| YUV | 98.31 | 97.92 | 228.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 37 | 45 | 0 | 0.85 | 0.81 | 0.06 | 357.62 | 0.86 | 0.54 |
| Hex | EF | 25 | 2D | 0 | 55 | 51 | 6 | 166 | 56 | 36 |
| Octal | 357 | 45 | 55 | 0 | 125 | 121 | 6 | 546 | 126 | 66 |
| Binary | 11101111 | 100101 | 101101 | 0 | 1010101 | 1010001 | 110 | 101100110 | 1010110 | 110110 |
Color Harmonies of #EF252D
Complementary color
Monochromatic Colors of #EF252D
Black with #EF252D
Text Example
Text Example
White with #EF252D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF252D; }
p { color: rgb(239,37,45); }
H1.HeaderClassName
{
color: #EF252D;
}
.AnyTagClassName
{
color: #EF252D;
}
</style>
background-color css
<style>
a { background-color: #EF252D; }
a { background-color: rgb(239,37,45); }
div.DivClassName
{
background-color: #EF252D;
}
.BgClassName
{
background-color: #EF252D;
}
</style>
border-color css
<style>
span { border-color: #EF252D; }
span { border-color: rgb(239,37,45); }
td.TdClassName
{
border-color: #EF252D;
}
.TagClassName
{
border-color: #EF252D;
}
</style>