Shades of Torch Red #F31117
Tints of Torch Red #F31117
RGB
CMYK
RGB Variations
Color information
#F31117 (or 0xF31117) is known color: Torch Red. HEX triplet: F3, 11 and 17. RGB value is (243,17,23). Sum of RGB (Red+Green+Blue) = 243+17+23=283 (37% of max value = 765). Red value is 243 (95.31% from 255 or 85.87% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 23 (9.38% from 255 or 8.13% from 283); Max value from RGB is 243 - color contains mainly: red. Hex color #F31117 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31117 is #0CEEE8. Grayscale: #555555. Windows color (decimal): -847593 or 1511923. OLE color: 1511923.
HSL color Cylindrical-coordinate representation of color #F31117: hue angle of 358.41º 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 #F31117 is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 17 | 23 | - |
| CMYK | 0 | 0.93 | 0.91 | 0.05 |
| HSL | 358.41º | 0.9% | 0.51% | - |
| HSV(B) | 358.41º | 0.93% | 0.95% | - |
| XYZ | 37.32 | 19.52 | 2.61 | - |
| YUV | 85.26 | 92.87 | 240.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 17 | 23 | 0 | 0.93 | 0.91 | 0.05 | 358.41 | 0.9 | 0.51 |
| Hex | F3 | 11 | 17 | 0 | 5D | 5B | 5 | 166 | 5A | 33 |
| Octal | 363 | 21 | 27 | 0 | 135 | 133 | 5 | 546 | 132 | 63 |
| Binary | 11110011 | 10001 | 10111 | 0 | 1011101 | 1011011 | 101 | 101100110 | 1011010 | 110011 |
Color Harmonies of #F31117
Complementary color
Monochromatic Colors of #F31117
Black with #F31117
Text Example
Text Example
White with #F31117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31117; }
p { color: rgb(243,17,23); }
H1.HeaderClassName
{
color: #F31117;
}
.AnyTagClassName
{
color: #F31117;
}
</style>
background-color css
<style>
a { background-color: #F31117; }
a { background-color: rgb(243,17,23); }
div.DivClassName
{
background-color: #F31117;
}
.BgClassName
{
background-color: #F31117;
}
</style>
border-color css
<style>
span { border-color: #F31117; }
span { border-color: rgb(243,17,23); }
td.TdClassName
{
border-color: #F31117;
}
.TagClassName
{
border-color: #F31117;
}
</style>