Shades of Torch Red #EF112B
Tints of Torch Red #EF112B
RGB
CMYK
RGB Variations
Color information
#EF112B (or 0xEF112B) is known color: Torch Red. HEX triplet: EF, 11 and 2B. RGB value is (239,17,43). Sum of RGB (Red+Green+Blue) = 239+17+43=299 (39% of max value = 765). Red value is 239 (93.75% from 255 or 79.93% from 299); Green value is 17 (7.03% from 255 or 5.69% from 299); Blue value is 43 (17.19% from 255 or 14.38% from 299); Max value from RGB is 239 - color contains mainly: red. Hex color #EF112B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF112B is #10EED4. Grayscale: #565656. Windows color (decimal): -1109717 or 2822639. OLE color: 2822639.
HSL color Cylindrical-coordinate representation of color #EF112B: hue angle of 352.97º 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 #EF112B is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 17 | 43 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.06 |
| HSL | 352.97º | 0.87% | 0.5% | - |
| HSV(B) | 352.97º | 0.93% | 0.94% | - |
| XYZ | 36.23 | 18.93 | 4.03 | - |
| YUV | 86.34 | 103.55 | 236.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 17 | 43 | 0 | 0.93 | 0.82 | 0.06 | 352.97 | 0.87 | 0.5 |
| Hex | EF | 11 | 2B | 0 | 5D | 52 | 6 | 161 | 57 | 32 |
| Octal | 357 | 21 | 53 | 0 | 135 | 122 | 6 | 541 | 127 | 62 |
| Binary | 11101111 | 10001 | 101011 | 0 | 1011101 | 1010010 | 110 | 101100001 | 1010111 | 110010 |
Color Harmonies of #EF112B
Complementary color
Monochromatic Colors of #EF112B
Black with #EF112B
Text Example
Text Example
White with #EF112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF112B; }
p { color: rgb(239,17,43); }
H1.HeaderClassName
{
color: #EF112B;
}
.AnyTagClassName
{
color: #EF112B;
}
</style>
background-color css
<style>
a { background-color: #EF112B; }
a { background-color: rgb(239,17,43); }
div.DivClassName
{
background-color: #EF112B;
}
.BgClassName
{
background-color: #EF112B;
}
</style>
border-color css
<style>
span { border-color: #EF112B; }
span { border-color: rgb(239,17,43); }
td.TdClassName
{
border-color: #EF112B;
}
.TagClassName
{
border-color: #EF112B;
}
</style>