Shades of Torch Red #F31417
Tints of Torch Red #F31417
RGB
CMYK
RGB Variations
Color information
#F31417 (or 0xF31417) is known color: Torch Red. HEX triplet: F3, 14 and 17. RGB value is (243,20,23). Sum of RGB (Red+Green+Blue) = 243+20+23=286 (37% of max value = 765). Red value is 243 (95.31% from 255 or 84.97% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 23 (9.38% from 255 or 8.04% from 286); Max value from RGB is 243 - color contains mainly: red. Hex color #F31417 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31417 is #0CEBE8. Grayscale: #575757. Windows color (decimal): -846825 or 1512691. OLE color: 1512691.
HSL color Cylindrical-coordinate representation of color #F31417: hue angle of 359.19º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F31417 is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 23 | - |
| CMYK | 0 | 0.92 | 0.91 | 0.05 |
| HSL | 359.19º | 0.9% | 0.52% | - |
| HSV(B) | 359.19º | 0.92% | 0.95% | - |
| XYZ | 37.37 | 19.62 | 2.63 | - |
| YUV | 87.02 | 91.88 | 239.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 23 | 0 | 0.92 | 0.91 | 0.05 | 359.19 | 0.9 | 0.52 |
| Hex | F3 | 14 | 17 | 0 | 5C | 5B | 5 | 167 | 5A | 34 |
| Octal | 363 | 24 | 27 | 0 | 134 | 133 | 5 | 547 | 132 | 64 |
| Binary | 11110011 | 10100 | 10111 | 0 | 1011100 | 1011011 | 101 | 101100111 | 1011010 | 110100 |
Color Harmonies of #F31417
Complementary color
Monochromatic Colors of #F31417
Black with #F31417
Text Example
Text Example
White with #F31417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31417; }
p { color: rgb(243,20,23); }
H1.HeaderClassName
{
color: #F31417;
}
.AnyTagClassName
{
color: #F31417;
}
</style>
background-color css
<style>
a { background-color: #F31417; }
a { background-color: rgb(243,20,23); }
div.DivClassName
{
background-color: #F31417;
}
.BgClassName
{
background-color: #F31417;
}
</style>
border-color css
<style>
span { border-color: #F31417; }
span { border-color: rgb(243,20,23); }
td.TdClassName
{
border-color: #F31417;
}
.TagClassName
{
border-color: #F31417;
}
</style>