Shades of Alizarin #EF1E24
Tints of Alizarin #EF1E24
RGB
CMYK
RGB Variations
Color information
#EF1E24 (or 0xEF1E24) is known color: Alizarin. HEX triplet: EF, 1E and 24. RGB value is (239,30,36). Sum of RGB (Red+Green+Blue) = 239+30+36=305 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.36% from 305); Green value is 30 (12.11% from 255 or 9.84% from 305); Blue value is 36 (14.45% from 255 or 11.80% from 305); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1E24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1E24 is #10E1DB. Grayscale: #5D5D5D. Windows color (decimal): -1106396 or 2367215. OLE color: 2367215.
HSL color Cylindrical-coordinate representation of color #EF1E24: hue angle of 358.28º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF1E24 is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 30 | 36 | - |
| CMYK | 0 | 0.87 | 0.85 | 0.06 |
| HSL | 358.28º | 0.87% | 0.53% | - |
| HSV(B) | 358.28º | 0.87% | 0.94% | - |
| XYZ | 36.38 | 19.41 | 3.5 | - |
| YUV | 93.18 | 95.74 | 232.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 30 | 36 | 0 | 0.87 | 0.85 | 0.06 | 358.28 | 0.87 | 0.53 |
| Hex | EF | 1E | 24 | 0 | 57 | 55 | 6 | 166 | 57 | 35 |
| Octal | 357 | 36 | 44 | 0 | 127 | 125 | 6 | 546 | 127 | 65 |
| Binary | 11101111 | 11110 | 100100 | 0 | 1010111 | 1010101 | 110 | 101100110 | 1010111 | 110101 |
Color Harmonies of #EF1E24
Complementary color
Monochromatic Colors of #EF1E24
Black with #EF1E24
Text Example
Text Example
White with #EF1E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1E24; }
p { color: rgb(239,30,36); }
H1.HeaderClassName
{
color: #EF1E24;
}
.AnyTagClassName
{
color: #EF1E24;
}
</style>
background-color css
<style>
a { background-color: #EF1E24; }
a { background-color: rgb(239,30,36); }
div.DivClassName
{
background-color: #EF1E24;
}
.BgClassName
{
background-color: #EF1E24;
}
</style>
border-color css
<style>
span { border-color: #EF1E24; }
span { border-color: rgb(239,30,36); }
td.TdClassName
{
border-color: #EF1E24;
}
.TagClassName
{
border-color: #EF1E24;
}
</style>