Shades of Alizarin #EF1F29
Tints of Alizarin #EF1F29
RGB
CMYK
RGB Variations
Color information
#EF1F29 (or 0xEF1F29) is known color: Alizarin. HEX triplet: EF, 1F and 29. RGB value is (239,31,41). Sum of RGB (Red+Green+Blue) = 239+31+41=311 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.85% from 311); Green value is 31 (12.5% from 255 or 9.97% from 311); Blue value is 41 (16.41% from 255 or 13.18% from 311); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1F29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1F29 is #10E0D6. Grayscale: #5E5E5E. Windows color (decimal): -1106135 or 2695151. OLE color: 2695151.
HSL color Cylindrical-coordinate representation of color #EF1F29: hue angle of 357.12º 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 #EF1F29 is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 31 | 41 | - |
| CMYK | 0 | 0.87 | 0.83 | 0.06 |
| HSL | 357.12º | 0.87% | 0.53% | - |
| HSV(B) | 357.12º | 0.87% | 0.94% | - |
| XYZ | 36.49 | 19.49 | 3.94 | - |
| YUV | 94.33 | 97.91 | 231.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 31 | 41 | 0 | 0.87 | 0.83 | 0.06 | 357.12 | 0.87 | 0.53 |
| Hex | EF | 1F | 29 | 0 | 57 | 53 | 6 | 165 | 57 | 35 |
| Octal | 357 | 37 | 51 | 0 | 127 | 123 | 6 | 545 | 127 | 65 |
| Binary | 11101111 | 11111 | 101001 | 0 | 1010111 | 1010011 | 110 | 101100101 | 1010111 | 110101 |
Color Harmonies of #EF1F29
Complementary color
Monochromatic Colors of #EF1F29
Black with #EF1F29
Text Example
Text Example
White with #EF1F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1F29; }
p { color: rgb(239,31,41); }
H1.HeaderClassName
{
color: #EF1F29;
}
.AnyTagClassName
{
color: #EF1F29;
}
</style>
background-color css
<style>
a { background-color: #EF1F29; }
a { background-color: rgb(239,31,41); }
div.DivClassName
{
background-color: #EF1F29;
}
.BgClassName
{
background-color: #EF1F29;
}
</style>
border-color css
<style>
span { border-color: #EF1F29; }
span { border-color: rgb(239,31,41); }
td.TdClassName
{
border-color: #EF1F29;
}
.TagClassName
{
border-color: #EF1F29;
}
</style>