Shades of Red #EF110B
Tints of Red #EF110B
RGB
CMYK
RGB Variations
Color information
#EF110B (or 0xEF110B) is known color: Red. HEX triplet: EF, 11 and 0B. RGB value is (239,17,11). Sum of RGB (Red+Green+Blue) = 239+17+11=267 (35% of max value = 765). Red value is 239 (93.75% from 255 or 89.51% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 11 (4.69% from 255 or 4.12% from 267); Max value from RGB is 239 - color contains mainly: red. Hex color #EF110B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF110B is #10EEF4. Grayscale: #525252. Windows color (decimal): -1109749 or 725487. OLE color: 725487.
HSL color Cylindrical-coordinate representation of color #EF110B: hue angle of 1.58º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF110B is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 17 | 11 | - |
| CMYK | 0 | 0.93 | 0.95 | 0.06 |
| HSL | 1.58º | 0.91% | 0.49% | - |
| HSV(B) | 1.58º | 0.95% | 0.94% | - |
| XYZ | 35.86 | 18.78 | 2.05 | - |
| YUV | 82.69 | 87.55 | 239.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 17 | 11 | 0 | 0.93 | 0.95 | 0.06 | 1.58 | 0.91 | 0.49 |
| Hex | EF | 11 | B | 0 | 5D | 5F | 6 | 2 | 5B | 31 |
| Octal | 357 | 21 | 13 | 0 | 135 | 137 | 6 | 2 | 133 | 61 |
| Binary | 11101111 | 10001 | 1011 | 0 | 1011101 | 1011111 | 110 | 10 | 1011011 | 110001 |
Color Harmonies of #EF110B
Complementary color
Monochromatic Colors of #EF110B
Black with #EF110B
Text Example
Text Example
White with #EF110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF110B; }
p { color: rgb(239,17,11); }
H1.HeaderClassName
{
color: #EF110B;
}
.AnyTagClassName
{
color: #EF110B;
}
</style>
background-color css
<style>
a { background-color: #EF110B; }
a { background-color: rgb(239,17,11); }
div.DivClassName
{
background-color: #EF110B;
}
.BgClassName
{
background-color: #EF110B;
}
</style>
border-color css
<style>
span { border-color: #EF110B; }
span { border-color: rgb(239,17,11); }
td.TdClassName
{
border-color: #EF110B;
}
.TagClassName
{
border-color: #EF110B;
}
</style>