Shades of Alizarin #EF1D20
Tints of Alizarin #EF1D20
RGB
CMYK
RGB Variations
Color information
#EF1D20 (or 0xEF1D20) is known color: Alizarin. HEX triplet: EF, 1D and 20. RGB value is (239,29,32). Sum of RGB (Red+Green+Blue) = 239+29+32=300 (39% of max value = 765). Red value is 239 (93.75% from 255 or 79.67% from 300); Green value is 29 (11.72% from 255 or 9.67% from 300); Blue value is 32 (12.89% from 255 or 10.67% from 300); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1D20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1D20 is #10E2DF. Grayscale: #5C5C5C. Windows color (decimal): -1106656 or 2104815. OLE color: 2104815.
HSL color Cylindrical-coordinate representation of color #EF1D20: hue angle of 359.14º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF1D20 is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 29 | 32 | - |
| CMYK | 0 | 0.88 | 0.87 | 0.06 |
| HSL | 359.14º | 0.87% | 0.53% | - |
| HSV(B) | 359.14º | 0.88% | 0.94% | - |
| XYZ | 36.3 | 19.33 | 3.19 | - |
| YUV | 92.13 | 94.07 | 232.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 29 | 32 | 0 | 0.88 | 0.87 | 0.06 | 359.14 | 0.87 | 0.53 |
| Hex | EF | 1D | 20 | 0 | 58 | 57 | 6 | 167 | 57 | 35 |
| Octal | 357 | 35 | 40 | 0 | 130 | 127 | 6 | 547 | 127 | 65 |
| Binary | 11101111 | 11101 | 100000 | 0 | 1011000 | 1010111 | 110 | 101100111 | 1010111 | 110101 |
Color Harmonies of #EF1D20
Complementary color
Monochromatic Colors of #EF1D20
Black with #EF1D20
Text Example
Text Example
White with #EF1D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1D20; }
p { color: rgb(239,29,32); }
H1.HeaderClassName
{
color: #EF1D20;
}
.AnyTagClassName
{
color: #EF1D20;
}
</style>
background-color css
<style>
a { background-color: #EF1D20; }
a { background-color: rgb(239,29,32); }
div.DivClassName
{
background-color: #EF1D20;
}
.BgClassName
{
background-color: #EF1D20;
}
</style>
border-color css
<style>
span { border-color: #EF1D20; }
span { border-color: rgb(239,29,32); }
td.TdClassName
{
border-color: #EF1D20;
}
.TagClassName
{
border-color: #EF1D20;
}
</style>