Shades of Alizarin #EF292B
Tints of Alizarin #EF292B
RGB
CMYK
RGB Variations
Color information
#EF292B (or 0xEF292B) is known color: Alizarin. HEX triplet: EF, 29 and 2B. RGB value is (239,41,43). Sum of RGB (Red+Green+Blue) = 239+41+43=323 (42% of max value = 765). Red value is 239 (93.75% from 255 or 73.99% from 323); Green value is 41 (16.41% from 255 or 12.69% from 323); Blue value is 43 (17.19% from 255 or 13.31% from 323); Max value from RGB is 239 - color contains mainly: red. Hex color #EF292B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF292B is #10D6D4. Grayscale: #646464. Windows color (decimal): -1103573 or 2828783. OLE color: 2828783.
HSL color Cylindrical-coordinate representation of color #EF292B: hue angle of 359.39º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EF292B is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 41 | 43 | - |
| CMYK | 0 | 0.83 | 0.82 | 0.06 |
| HSL | 359.39º | 0.86% | 0.55% | - |
| HSV(B) | 359.39º | 0.83% | 0.94% | - |
| XYZ | 36.83 | 20.11 | 4.23 | - |
| YUV | 100.43 | 95.6 | 226.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 41 | 43 | 0 | 0.83 | 0.82 | 0.06 | 359.39 | 0.86 | 0.55 |
| Hex | EF | 29 | 2B | 0 | 53 | 52 | 6 | 167 | 56 | 37 |
| Octal | 357 | 51 | 53 | 0 | 123 | 122 | 6 | 547 | 126 | 67 |
| Binary | 11101111 | 101001 | 101011 | 0 | 1010011 | 1010010 | 110 | 101100111 | 1010110 | 110111 |
Color Harmonies of #EF292B
Complementary color
Monochromatic Colors of #EF292B
Black with #EF292B
Text Example
Text Example
White with #EF292B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF292B; }
p { color: rgb(239,41,43); }
H1.HeaderClassName
{
color: #EF292B;
}
.AnyTagClassName
{
color: #EF292B;
}
</style>
background-color css
<style>
a { background-color: #EF292B; }
a { background-color: rgb(239,41,43); }
div.DivClassName
{
background-color: #EF292B;
}
.BgClassName
{
background-color: #EF292B;
}
</style>
border-color css
<style>
span { border-color: #EF292B; }
span { border-color: rgb(239,41,43); }
td.TdClassName
{
border-color: #EF292B;
}
.TagClassName
{
border-color: #EF292B;
}
</style>