Shades of Torch Red #F0113C
Tints of Torch Red #F0113C
RGB
CMYK
RGB Variations
Color information
#F0113C (or 0xF0113C) is known color: Torch Red. HEX triplet: F0, 11 and 3C. RGB value is (240,17,60). Sum of RGB (Red+Green+Blue) = 240+17+60=317 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.71% from 317); Green value is 17 (7.03% from 255 or 5.36% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 240 - color contains mainly: red. Hex color #F0113C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0113C is #0FEEC3. Grayscale: #585858. Windows color (decimal): -1044164 or 3936752. OLE color: 3936752.
HSL color Cylindrical-coordinate representation of color #F0113C: hue angle of 348.43º degrees, saturation: 0.88, 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 #F0113C is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 60 | - |
| CMYK | 0 | 0.93 | 0.75 | 0.06 |
| HSL | 348.43º | 0.88% | 0.5% | - |
| HSV(B) | 348.43º | 0.93% | 0.94% | - |
| XYZ | 36.95 | 19.25 | 6.04 | - |
| YUV | 88.58 | 111.88 | 236 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 60 | 0 | 0.93 | 0.75 | 0.06 | 348.43 | 0.88 | 0.5 |
| Hex | F0 | 11 | 3C | 0 | 5D | 4B | 6 | 15C | 58 | 32 |
| Octal | 360 | 21 | 74 | 0 | 135 | 113 | 6 | 534 | 130 | 62 |
| Binary | 11110000 | 10001 | 111100 | 0 | 1011101 | 1001011 | 110 | 101011100 | 1011000 | 110010 |
Color Harmonies of #F0113C
Complementary color
Monochromatic Colors of #F0113C
Black with #F0113C
Text Example
Text Example
White with #F0113C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0113C; }
p { color: rgb(240,17,60); }
H1.HeaderClassName
{
color: #F0113C;
}
.AnyTagClassName
{
color: #F0113C;
}
</style>
background-color css
<style>
a { background-color: #F0113C; }
a { background-color: rgb(240,17,60); }
div.DivClassName
{
background-color: #F0113C;
}
.BgClassName
{
background-color: #F0113C;
}
</style>
border-color css
<style>
span { border-color: #F0113C; }
span { border-color: rgb(240,17,60); }
td.TdClassName
{
border-color: #F0113C;
}
.TagClassName
{
border-color: #F0113C;
}
</style>