Shades of Torch Red #F31740
Tints of Torch Red #F31740
RGB
CMYK
RGB Variations
Color information
#F31740 (or 0xF31740) is known color: Torch Red. HEX triplet: F3, 17 and 40. RGB value is (243,23,64). Sum of RGB (Red+Green+Blue) = 243+23+64=330 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.64% from 330); Green value is 23 (9.38% from 255 or 6.97% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 243 - color contains mainly: red. Hex color #F31740 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31740 is #0CE8BF. Grayscale: #5D5D5D. Windows color (decimal): -846016 or 4200435. OLE color: 4200435.
HSL color Cylindrical-coordinate representation of color #F31740: hue angle of 348.82º 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 #F31740 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 23 | 64 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.05 |
| HSL | 348.82º | 0.9% | 0.52% | - |
| HSV(B) | 348.82º | 0.91% | 0.95% | - |
| XYZ | 38.19 | 20.04 | 6.71 | - |
| YUV | 93.45 | 111.39 | 234.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 23 | 64 | 0 | 0.91 | 0.74 | 0.05 | 348.82 | 0.9 | 0.52 |
| Hex | F3 | 17 | 40 | 0 | 5B | 4A | 5 | 15D | 5A | 34 |
| Octal | 363 | 27 | 100 | 0 | 133 | 112 | 5 | 535 | 132 | 64 |
| Binary | 11110011 | 10111 | 1000000 | 0 | 1011011 | 1001010 | 101 | 101011101 | 1011010 | 110100 |
Color Harmonies of #F31740
Complementary color
Monochromatic Colors of #F31740
Black with #F31740
Text Example
Text Example
White with #F31740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31740; }
p { color: rgb(243,23,64); }
H1.HeaderClassName
{
color: #F31740;
}
.AnyTagClassName
{
color: #F31740;
}
</style>
background-color css
<style>
a { background-color: #F31740; }
a { background-color: rgb(243,23,64); }
div.DivClassName
{
background-color: #F31740;
}
.BgClassName
{
background-color: #F31740;
}
</style>
border-color css
<style>
span { border-color: #F31740; }
span { border-color: rgb(243,23,64); }
td.TdClassName
{
border-color: #F31740;
}
.TagClassName
{
border-color: #F31740;
}
</style>