Shades of Torch Red #F3171E
Tints of Torch Red #F3171E
RGB
CMYK
RGB Variations
Color information
#F3171E (or 0xF3171E) is known color: Torch Red. HEX triplet: F3, 17 and 1E. RGB value is (243,23,30). Sum of RGB (Red+Green+Blue) = 243+23+30=296 (39% of max value = 765). Red value is 243 (95.31% from 255 or 82.09% from 296); Green value is 23 (9.38% from 255 or 7.77% from 296); Blue value is 30 (12.11% from 255 or 10.14% from 296); Max value from RGB is 243 - color contains mainly: red. Hex color #F3171E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3171E is #0CE8E1. Grayscale: #595959. Windows color (decimal): -846050 or 1972211. OLE color: 1972211.
HSL color Cylindrical-coordinate representation of color #F3171E: hue angle of 358.09º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F3171E is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 23 | 30 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.05 |
| HSL | 358.09º | 0.9% | 0.52% | - |
| HSV(B) | 358.09º | 0.91% | 0.95% | - |
| XYZ | 37.5 | 19.76 | 3.07 | - |
| YUV | 89.58 | 94.39 | 237.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 23 | 30 | 0 | 0.91 | 0.88 | 0.05 | 358.09 | 0.9 | 0.52 |
| Hex | F3 | 17 | 1E | 0 | 5B | 58 | 5 | 166 | 5A | 34 |
| Octal | 363 | 27 | 36 | 0 | 133 | 130 | 5 | 546 | 132 | 64 |
| Binary | 11110011 | 10111 | 11110 | 0 | 1011011 | 1011000 | 101 | 101100110 | 1011010 | 110100 |
Color Harmonies of #F3171E
Complementary color
Monochromatic Colors of #F3171E
Black with #F3171E
Text Example
Text Example
White with #F3171E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3171E; }
p { color: rgb(243,23,30); }
H1.HeaderClassName
{
color: #F3171E;
}
.AnyTagClassName
{
color: #F3171E;
}
</style>
background-color css
<style>
a { background-color: #F3171E; }
a { background-color: rgb(243,23,30); }
div.DivClassName
{
background-color: #F3171E;
}
.BgClassName
{
background-color: #F3171E;
}
</style>
border-color css
<style>
span { border-color: #F3171E; }
span { border-color: rgb(243,23,30); }
td.TdClassName
{
border-color: #F3171E;
}
.TagClassName
{
border-color: #F3171E;
}
</style>