Shades of Torch Red #EF103B
Tints of Torch Red #EF103B
RGB
CMYK
RGB Variations
Color information
#EF103B (or 0xEF103B) is known color: Torch Red. HEX triplet: EF, 10 and 3B. RGB value is (239,16,59). Sum of RGB (Red+Green+Blue) = 239+16+59=314 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.11% from 314); Green value is 16 (6.64% from 255 or 5.10% from 314); Blue value is 59 (23.44% from 255 or 18.79% from 314); Max value from RGB is 239 - color contains mainly: red. Hex color #EF103B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF103B is #10EFC4. Grayscale: #575757. Windows color (decimal): -1109957 or 3870959. OLE color: 3870959.
HSL color Cylindrical-coordinate representation of color #EF103B: hue angle of 348.43º 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 #EF103B is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 16 | 59 | - |
| CMYK | 0 | 0.93 | 0.75 | 0.06 |
| HSL | 348.43º | 0.87% | 0.5% | - |
| HSV(B) | 348.43º | 0.93% | 0.94% | - |
| XYZ | 36.57 | 19.04 | 5.88 | - |
| YUV | 87.58 | 111.88 | 236 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 16 | 59 | 0 | 0.93 | 0.75 | 0.06 | 348.43 | 0.87 | 0.5 |
| Hex | EF | 10 | 3B | 0 | 5D | 4B | 6 | 15C | 57 | 32 |
| Octal | 357 | 20 | 73 | 0 | 135 | 113 | 6 | 534 | 127 | 62 |
| Binary | 11101111 | 10000 | 111011 | 0 | 1011101 | 1001011 | 110 | 101011100 | 1010111 | 110010 |
Color Harmonies of #EF103B
Complementary color
Monochromatic Colors of #EF103B
Black with #EF103B
Text Example
Text Example
White with #EF103B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF103B; }
p { color: rgb(239,16,59); }
H1.HeaderClassName
{
color: #EF103B;
}
.AnyTagClassName
{
color: #EF103B;
}
</style>
background-color css
<style>
a { background-color: #EF103B; }
a { background-color: rgb(239,16,59); }
div.DivClassName
{
background-color: #EF103B;
}
.BgClassName
{
background-color: #EF103B;
}
</style>
border-color css
<style>
span { border-color: #EF103B; }
span { border-color: rgb(239,16,59); }
td.TdClassName
{
border-color: #EF103B;
}
.TagClassName
{
border-color: #EF103B;
}
</style>