Shades of Alizarin #EF1E29
Tints of Alizarin #EF1E29
RGB
CMYK
RGB Variations
Color information
#EF1E29 (or 0xEF1E29) is known color: Alizarin. HEX triplet: EF, 1E and 29. RGB value is (239,30,41). Sum of RGB (Red+Green+Blue) = 239+30+41=310 (41% of max value = 765). Red value is 239 (93.75% from 255 or 77.10% from 310); Green value is 30 (12.11% from 255 or 9.68% from 310); Blue value is 41 (16.41% from 255 or 13.23% from 310); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1E29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1E29 is #10E1D6. Grayscale: #5D5D5D. Windows color (decimal): -1106391 or 2694895. OLE color: 2694895.
HSL color Cylindrical-coordinate representation of color #EF1E29: hue angle of 356.84º 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 #EF1E29 is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 30 | 41 | - |
| CMYK | 0 | 0.87 | 0.83 | 0.06 |
| HSL | 356.84º | 0.87% | 0.53% | - |
| HSV(B) | 356.84º | 0.87% | 0.94% | - |
| XYZ | 36.46 | 19.44 | 3.93 | - |
| YUV | 93.75 | 98.24 | 231.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 30 | 41 | 0 | 0.87 | 0.83 | 0.06 | 356.84 | 0.87 | 0.53 |
| Hex | EF | 1E | 29 | 0 | 57 | 53 | 6 | 165 | 57 | 35 |
| Octal | 357 | 36 | 51 | 0 | 127 | 123 | 6 | 545 | 127 | 65 |
| Binary | 11101111 | 11110 | 101001 | 0 | 1010111 | 1010011 | 110 | 101100101 | 1010111 | 110101 |
Color Harmonies of #EF1E29
Complementary color
Monochromatic Colors of #EF1E29
Black with #EF1E29
Text Example
Text Example
White with #EF1E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1E29; }
p { color: rgb(239,30,41); }
H1.HeaderClassName
{
color: #EF1E29;
}
.AnyTagClassName
{
color: #EF1E29;
}
</style>
background-color css
<style>
a { background-color: #EF1E29; }
a { background-color: rgb(239,30,41); }
div.DivClassName
{
background-color: #EF1E29;
}
.BgClassName
{
background-color: #EF1E29;
}
</style>
border-color css
<style>
span { border-color: #EF1E29; }
span { border-color: rgb(239,30,41); }
td.TdClassName
{
border-color: #EF1E29;
}
.TagClassName
{
border-color: #EF1E29;
}
</style>