Shades of Alizarin #EF1D29
Tints of Alizarin #EF1D29
RGB
CMYK
RGB Variations
Color information
#EF1D29 (or 0xEF1D29) is known color: Alizarin. HEX triplet: EF, 1D and 29. RGB value is (239,29,41). Sum of RGB (Red+Green+Blue) = 239+29+41=309 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.35% from 309); Green value is 29 (11.72% from 255 or 9.39% from 309); Blue value is 41 (16.41% from 255 or 13.27% from 309); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1D29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1D29 is #10E2D6. Grayscale: #5D5D5D. Windows color (decimal): -1106647 or 2694639. OLE color: 2694639.
HSL color Cylindrical-coordinate representation of color #EF1D29: hue angle of 356.57º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF1D29 is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 29 | 41 | - |
| CMYK | 0 | 0.88 | 0.83 | 0.06 |
| HSL | 356.57º | 0.87% | 0.53% | - |
| HSV(B) | 356.57º | 0.88% | 0.94% | - |
| XYZ | 36.44 | 19.39 | 3.92 | - |
| YUV | 93.16 | 98.57 | 232.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 29 | 41 | 0 | 0.88 | 0.83 | 0.06 | 356.57 | 0.87 | 0.53 |
| Hex | EF | 1D | 29 | 0 | 58 | 53 | 6 | 165 | 57 | 35 |
| Octal | 357 | 35 | 51 | 0 | 130 | 123 | 6 | 545 | 127 | 65 |
| Binary | 11101111 | 11101 | 101001 | 0 | 1011000 | 1010011 | 110 | 101100101 | 1010111 | 110101 |
Color Harmonies of #EF1D29
Complementary color
Monochromatic Colors of #EF1D29
Black with #EF1D29
Text Example
Text Example
White with #EF1D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1D29; }
p { color: rgb(239,29,41); }
H1.HeaderClassName
{
color: #EF1D29;
}
.AnyTagClassName
{
color: #EF1D29;
}
</style>
background-color css
<style>
a { background-color: #EF1D29; }
a { background-color: rgb(239,29,41); }
div.DivClassName
{
background-color: #EF1D29;
}
.BgClassName
{
background-color: #EF1D29;
}
</style>
border-color css
<style>
span { border-color: #EF1D29; }
span { border-color: rgb(239,29,41); }
td.TdClassName
{
border-color: #EF1D29;
}
.TagClassName
{
border-color: #EF1D29;
}
</style>