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