Shades of Alizarin #EF1B21
Tints of Alizarin #EF1B21
RGB
CMYK
RGB Variations
Color information
#EF1B21 (or 0xEF1B21) is known color: Alizarin. HEX triplet: EF, 1B and 21. RGB value is (239,27,33). Sum of RGB (Red+Green+Blue) = 239+27+33=299 (39% of max value = 765). Red value is 239 (93.75% from 255 or 79.93% from 299); Green value is 27 (10.94% from 255 or 9.03% from 299); Blue value is 33 (13.28% from 255 or 11.04% from 299); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1B21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1B21 is #10E4DE. Grayscale: #5B5B5B. Windows color (decimal): -1107167 or 2169839. OLE color: 2169839.
HSL color Cylindrical-coordinate representation of color #EF1B21: hue angle of 358.3º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF1B21 is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 27 | 33 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.06 |
| HSL | 358.3º | 0.87% | 0.52% | - |
| HSV(B) | 358.3º | 0.89% | 0.94% | - |
| XYZ | 36.26 | 19.24 | 3.24 | - |
| YUV | 91.07 | 95.24 | 233.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 27 | 33 | 0 | 0.89 | 0.86 | 0.06 | 358.3 | 0.87 | 0.52 |
| Hex | EF | 1B | 21 | 0 | 59 | 56 | 6 | 166 | 57 | 34 |
| Octal | 357 | 33 | 41 | 0 | 131 | 126 | 6 | 546 | 127 | 64 |
| Binary | 11101111 | 11011 | 100001 | 0 | 1011001 | 1010110 | 110 | 101100110 | 1010111 | 110100 |
Color Harmonies of #EF1B21
Complementary color
Monochromatic Colors of #EF1B21
Black with #EF1B21
Text Example
Text Example
White with #EF1B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1B21; }
p { color: rgb(239,27,33); }
H1.HeaderClassName
{
color: #EF1B21;
}
.AnyTagClassName
{
color: #EF1B21;
}
</style>
background-color css
<style>
a { background-color: #EF1B21; }
a { background-color: rgb(239,27,33); }
div.DivClassName
{
background-color: #EF1B21;
}
.BgClassName
{
background-color: #EF1B21;
}
</style>
border-color css
<style>
span { border-color: #EF1B21; }
span { border-color: rgb(239,27,33); }
td.TdClassName
{
border-color: #EF1B21;
}
.TagClassName
{
border-color: #EF1B21;
}
</style>