Shades of Red #EF1311
Tints of Red #EF1311
RGB
CMYK
RGB Variations
Color information
#EF1311 (or 0xEF1311) is known color: Red. HEX triplet: EF, 13 and 11. RGB value is (239,19,17). Sum of RGB (Red+Green+Blue) = 239+19+17=275 (36% of max value = 765). Red value is 239 (93.75% from 255 or 86.91% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 17 (7.03% from 255 or 6.18% from 275); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1311 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1311 is #10ECEE. Grayscale: #545454. Windows color (decimal): -1109231 or 1119215. OLE color: 1119215.
HSL color Cylindrical-coordinate representation of color #EF1311: 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 #EF1311 is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 19 | 17 | - |
| 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.93 | 18.86 | 2.28 | - |
| YUV | 84.55 | 89.89 | 238.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 19 | 17 | 0 | 0.92 | 0.93 | 0.06 | 0.54 | 0.87 | 0.5 |
| Hex | EF | 13 | 11 | 0 | 5C | 5D | 6 | 1 | 57 | 32 |
| Octal | 357 | 23 | 21 | 0 | 134 | 135 | 6 | 1 | 127 | 62 |
| Binary | 11101111 | 10011 | 10001 | 0 | 1011100 | 1011101 | 110 | 1 | 1010111 | 110010 |
Color Harmonies of #EF1311
Complementary color
Monochromatic Colors of #EF1311
Black with #EF1311
Text Example
Text Example
White with #EF1311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1311; }
p { color: rgb(239,19,17); }
H1.HeaderClassName
{
color: #EF1311;
}
.AnyTagClassName
{
color: #EF1311;
}
</style>
background-color css
<style>
a { background-color: #EF1311; }
a { background-color: rgb(239,19,17); }
div.DivClassName
{
background-color: #EF1311;
}
.BgClassName
{
background-color: #EF1311;
}
</style>
border-color css
<style>
span { border-color: #EF1311; }
span { border-color: rgb(239,19,17); }
td.TdClassName
{
border-color: #EF1311;
}
.TagClassName
{
border-color: #EF1311;
}
</style>