Shades of Alizarin #EF1C2B
Tints of Alizarin #EF1C2B
RGB
CMYK
RGB Variations
Color information
#EF1C2B (or 0xEF1C2B) is known color: Alizarin. HEX triplet: EF, 1C and 2B. RGB value is (239,28,43). Sum of RGB (Red+Green+Blue) = 239+28+43=310 (41% of max value = 765). Red value is 239 (93.75% from 255 or 77.10% from 310); Green value is 28 (11.33% from 255 or 9.03% from 310); Blue value is 43 (17.19% from 255 or 13.87% from 310); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1C2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1C2B is #10E3D4. Grayscale: #5C5C5C. Windows color (decimal): -1106901 or 2825455. OLE color: 2825455.
HSL color Cylindrical-coordinate representation of color #EF1C2B: hue angle of 355.73º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF1C2B is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 28 | 43 | - |
| CMYK | 0 | 0.88 | 0.82 | 0.06 |
| HSL | 355.73º | 0.87% | 0.52% | - |
| HSV(B) | 355.73º | 0.88% | 0.94% | - |
| XYZ | 36.45 | 19.36 | 4.1 | - |
| YUV | 92.8 | 99.9 | 232.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 28 | 43 | 0 | 0.88 | 0.82 | 0.06 | 355.73 | 0.87 | 0.52 |
| Hex | EF | 1C | 2B | 0 | 58 | 52 | 6 | 164 | 57 | 34 |
| Octal | 357 | 34 | 53 | 0 | 130 | 122 | 6 | 544 | 127 | 64 |
| Binary | 11101111 | 11100 | 101011 | 0 | 1011000 | 1010010 | 110 | 101100100 | 1010111 | 110100 |
Color Harmonies of #EF1C2B
Complementary color
Monochromatic Colors of #EF1C2B
Black with #EF1C2B
Text Example
Text Example
White with #EF1C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1C2B; }
p { color: rgb(239,28,43); }
H1.HeaderClassName
{
color: #EF1C2B;
}
.AnyTagClassName
{
color: #EF1C2B;
}
</style>
background-color css
<style>
a { background-color: #EF1C2B; }
a { background-color: rgb(239,28,43); }
div.DivClassName
{
background-color: #EF1C2B;
}
.BgClassName
{
background-color: #EF1C2B;
}
</style>
border-color css
<style>
span { border-color: #EF1C2B; }
span { border-color: rgb(239,28,43); }
td.TdClassName
{
border-color: #EF1C2B;
}
.TagClassName
{
border-color: #EF1C2B;
}
</style>