Shades of Torch Red #F31217
Tints of Torch Red #F31217
RGB
CMYK
RGB Variations
Color information
#F31217 (or 0xF31217) is known color: Torch Red. HEX triplet: F3, 12 and 17. RGB value is (243,18,23). Sum of RGB (Red+Green+Blue) = 243+18+23=284 (37% of max value = 765). Red value is 243 (95.31% from 255 or 85.56% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 23 (9.38% from 255 or 8.10% from 284); Max value from RGB is 243 - color contains mainly: red. Hex color #F31217 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31217 is #0CEDE8. Grayscale: #565656. Windows color (decimal): -847337 or 1512179. OLE color: 1512179.
HSL color Cylindrical-coordinate representation of color #F31217: hue angle of 358.67º 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 #F31217 is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 18 | 23 | - |
| CMYK | 0 | 0.93 | 0.91 | 0.05 |
| HSL | 358.67º | 0.9% | 0.51% | - |
| HSV(B) | 358.67º | 0.93% | 0.95% | - |
| XYZ | 37.33 | 19.55 | 2.62 | - |
| YUV | 85.85 | 92.54 | 240.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 18 | 23 | 0 | 0.93 | 0.91 | 0.05 | 358.67 | 0.9 | 0.51 |
| Hex | F3 | 12 | 17 | 0 | 5D | 5B | 5 | 167 | 5A | 33 |
| Octal | 363 | 22 | 27 | 0 | 135 | 133 | 5 | 547 | 132 | 63 |
| Binary | 11110011 | 10010 | 10111 | 0 | 1011101 | 1011011 | 101 | 101100111 | 1011010 | 110011 |
Color Harmonies of #F31217
Complementary color
Monochromatic Colors of #F31217
Black with #F31217
Text Example
Text Example
White with #F31217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31217; }
p { color: rgb(243,18,23); }
H1.HeaderClassName
{
color: #F31217;
}
.AnyTagClassName
{
color: #F31217;
}
</style>
background-color css
<style>
a { background-color: #F31217; }
a { background-color: rgb(243,18,23); }
div.DivClassName
{
background-color: #F31217;
}
.BgClassName
{
background-color: #F31217;
}
</style>
border-color css
<style>
span { border-color: #F31217; }
span { border-color: rgb(243,18,23); }
td.TdClassName
{
border-color: #F31217;
}
.TagClassName
{
border-color: #F31217;
}
</style>