Shades of Alizarin #EF1E2B
Tints of Alizarin #EF1E2B
RGB
CMYK
RGB Variations
Color information
#EF1E2B (or 0xEF1E2B) is known color: Alizarin. HEX triplet: EF, 1E and 2B. RGB value is (239,30,43). Sum of RGB (Red+Green+Blue) = 239+30+43=312 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.60% from 312); Green value is 30 (12.11% from 255 or 9.62% from 312); Blue value is 43 (17.19% from 255 or 13.78% from 312); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1E2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1E2B is #10E1D4. Grayscale: #5E5E5E. Windows color (decimal): -1106389 or 2825967. OLE color: 2825967.
HSL color Cylindrical-coordinate representation of color #EF1E2B: hue angle of 356.27º 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 #EF1E2B is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 30 | 43 | - |
| CMYK | 0 | 0.87 | 0.82 | 0.06 |
| HSL | 356.27º | 0.87% | 0.53% | - |
| HSV(B) | 356.27º | 0.87% | 0.94% | - |
| XYZ | 36.5 | 19.45 | 4.12 | - |
| YUV | 93.97 | 99.24 | 231.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 30 | 43 | 0 | 0.87 | 0.82 | 0.06 | 356.27 | 0.87 | 0.53 |
| Hex | EF | 1E | 2B | 0 | 57 | 52 | 6 | 164 | 57 | 35 |
| Octal | 357 | 36 | 53 | 0 | 127 | 122 | 6 | 544 | 127 | 65 |
| Binary | 11101111 | 11110 | 101011 | 0 | 1010111 | 1010010 | 110 | 101100100 | 1010111 | 110101 |
Color Harmonies of #EF1E2B
Complementary color
Monochromatic Colors of #EF1E2B
Black with #EF1E2B
Text Example
Text Example
White with #EF1E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1E2B; }
p { color: rgb(239,30,43); }
H1.HeaderClassName
{
color: #EF1E2B;
}
.AnyTagClassName
{
color: #EF1E2B;
}
</style>
background-color css
<style>
a { background-color: #EF1E2B; }
a { background-color: rgb(239,30,43); }
div.DivClassName
{
background-color: #EF1E2B;
}
.BgClassName
{
background-color: #EF1E2B;
}
</style>
border-color css
<style>
span { border-color: #EF1E2B; }
span { border-color: rgb(239,30,43); }
td.TdClassName
{
border-color: #EF1E2B;
}
.TagClassName
{
border-color: #EF1E2B;
}
</style>