Shades of Torch Red #F31112
Tints of Torch Red #F31112
RGB
CMYK
RGB Variations
Color information
#F31112 (or 0xF31112) is known color: Torch Red. HEX triplet: F3, 11 and 12. RGB value is (243,17,18). Sum of RGB (Red+Green+Blue) = 243+17+18=278 (36% of max value = 765). Red value is 243 (95.31% from 255 or 87.41% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 18 (7.42% from 255 or 6.47% from 278); Max value from RGB is 243 - color contains mainly: red. Hex color #F31112 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31112 is #0CEEED. Grayscale: #545454. Windows color (decimal): -847598 or 1184243. OLE color: 1184243.
HSL color Cylindrical-coordinate representation of color #F31112: hue angle of 359.73º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F31112 is Cyan = 0, Magento = 0.93, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 17 | 18 | - |
| CMYK | 0 | 0.93 | 0.93 | 0.05 |
| HSL | 359.73º | 0.9% | 0.51% | - |
| HSV(B) | 359.73º | 0.93% | 0.95% | - |
| XYZ | 37.27 | 19.5 | 2.37 | - |
| YUV | 84.69 | 90.37 | 240.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 17 | 18 | 0 | 0.93 | 0.93 | 0.05 | 359.73 | 0.9 | 0.51 |
| Hex | F3 | 11 | 12 | 0 | 5D | 5D | 5 | 168 | 5A | 33 |
| Octal | 363 | 21 | 22 | 0 | 135 | 135 | 5 | 550 | 132 | 63 |
| Binary | 11110011 | 10001 | 10010 | 0 | 1011101 | 1011101 | 101 | 101101000 | 1011010 | 110011 |
Color Harmonies of #F31112
Complementary color
Monochromatic Colors of #F31112
Black with #F31112
Text Example
Text Example
White with #F31112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31112; }
p { color: rgb(243,17,18); }
H1.HeaderClassName
{
color: #F31112;
}
.AnyTagClassName
{
color: #F31112;
}
</style>
background-color css
<style>
a { background-color: #F31112; }
a { background-color: rgb(243,17,18); }
div.DivClassName
{
background-color: #F31112;
}
.BgClassName
{
background-color: #F31112;
}
</style>
border-color css
<style>
span { border-color: #F31112; }
span { border-color: rgb(243,17,18); }
td.TdClassName
{
border-color: #F31112;
}
.TagClassName
{
border-color: #F31112;
}
</style>