Shades of Alizarin #EF1E2A
Tints of Alizarin #EF1E2A
RGB
CMYK
RGB Variations
Color information
#EF1E2A (or 0xEF1E2A) is known color: Alizarin. HEX triplet: EF, 1E and 2A. RGB value is (239,30,42). Sum of RGB (Red+Green+Blue) = 239+30+42=311 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.85% from 311); Green value is 30 (12.11% from 255 or 9.65% from 311); Blue value is 42 (16.80% from 255 or 13.50% from 311); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1E2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1E2A is #10E1D5. Grayscale: #5E5E5E. Windows color (decimal): -1106390 or 2760431. OLE color: 2760431.
HSL color Cylindrical-coordinate representation of color #EF1E2A: hue angle of 356.56º 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 #EF1E2A is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 30 | 42 | - |
| CMYK | 0 | 0.87 | 0.82 | 0.06 |
| HSL | 356.56º | 0.87% | 0.53% | - |
| HSV(B) | 356.56º | 0.87% | 0.94% | - |
| XYZ | 36.48 | 19.45 | 4.02 | - |
| YUV | 93.86 | 98.74 | 231.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 30 | 42 | 0 | 0.87 | 0.82 | 0.06 | 356.56 | 0.87 | 0.53 |
| Hex | EF | 1E | 2A | 0 | 57 | 52 | 6 | 165 | 57 | 35 |
| Octal | 357 | 36 | 52 | 0 | 127 | 122 | 6 | 545 | 127 | 65 |
| Binary | 11101111 | 11110 | 101010 | 0 | 1010111 | 1010010 | 110 | 101100101 | 1010111 | 110101 |
Color Harmonies of #EF1E2A
Complementary color
Monochromatic Colors of #EF1E2A
Black with #EF1E2A
Text Example
Text Example
White with #EF1E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1E2A; }
p { color: rgb(239,30,42); }
H1.HeaderClassName
{
color: #EF1E2A;
}
.AnyTagClassName
{
color: #EF1E2A;
}
</style>
background-color css
<style>
a { background-color: #EF1E2A; }
a { background-color: rgb(239,30,42); }
div.DivClassName
{
background-color: #EF1E2A;
}
.BgClassName
{
background-color: #EF1E2A;
}
</style>
border-color css
<style>
span { border-color: #EF1E2A; }
span { border-color: rgb(239,30,42); }
td.TdClassName
{
border-color: #EF1E2A;
}
.TagClassName
{
border-color: #EF1E2A;
}
</style>