Shades of Red #EF1210
Tints of Red #EF1210
RGB
CMYK
RGB Variations
Color information
#EF1210 (or 0xEF1210) is known color: Red. HEX triplet: EF, 12 and 10. RGB value is (239,18,16). Sum of RGB (Red+Green+Blue) = 239+18+16=273 (36% of max value = 765). Red value is 239 (93.75% from 255 or 87.55% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1210 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1210 is #10EDEF. Grayscale: #545454. Windows color (decimal): -1109488 or 1053423. OLE color: 1053423.
HSL color Cylindrical-coordinate representation of color #EF1210: hue angle of 0.54º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF1210 is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 18 | 16 | - |
| CMYK | 0 | 0.92 | 0.93 | 0.06 |
| HSL | 0.54º | 0.87% | 0.5% | - |
| HSV(B) | 0.54º | 0.93% | 0.94% | - |
| XYZ | 35.91 | 18.82 | 2.23 | - |
| YUV | 83.85 | 89.72 | 238.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 18 | 16 | 0 | 0.92 | 0.93 | 0.06 | 0.54 | 0.87 | 0.5 |
| Hex | EF | 12 | 10 | 0 | 5C | 5D | 6 | 1 | 57 | 32 |
| Octal | 357 | 22 | 20 | 0 | 134 | 135 | 6 | 1 | 127 | 62 |
| Binary | 11101111 | 10010 | 10000 | 0 | 1011100 | 1011101 | 110 | 1 | 1010111 | 110010 |
Color Harmonies of #EF1210
Complementary color
Monochromatic Colors of #EF1210
Black with #EF1210
Text Example
Text Example
White with #EF1210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1210; }
p { color: rgb(239,18,16); }
H1.HeaderClassName
{
color: #EF1210;
}
.AnyTagClassName
{
color: #EF1210;
}
</style>
background-color css
<style>
a { background-color: #EF1210; }
a { background-color: rgb(239,18,16); }
div.DivClassName
{
background-color: #EF1210;
}
.BgClassName
{
background-color: #EF1210;
}
</style>
border-color css
<style>
span { border-color: #EF1210; }
span { border-color: rgb(239,18,16); }
td.TdClassName
{
border-color: #EF1210;
}
.TagClassName
{
border-color: #EF1210;
}
</style>