Shades of Torch Red #F31745
Tints of Torch Red #F31745
RGB
CMYK
RGB Variations
Color information
#F31745 (or 0xF31745) is known color: Torch Red. HEX triplet: F3, 17 and 45. RGB value is (243,23,69). Sum of RGB (Red+Green+Blue) = 243+23+69=335 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.54% from 335); Green value is 23 (9.38% from 255 or 6.87% from 335); Blue value is 69 (27.34% from 255 or 20.60% from 335); Max value from RGB is 243 - color contains mainly: red. Hex color #F31745 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31745 is #0CE8BA. Grayscale: #5E5E5E. Windows color (decimal): -846011 or 4528115. OLE color: 4528115.
HSL color Cylindrical-coordinate representation of color #F31745: hue angle of 347.45º 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 #F31745 is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 23 | 69 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.05 |
| HSL | 347.45º | 0.9% | 0.52% | - |
| HSV(B) | 347.45º | 0.91% | 0.95% | - |
| XYZ | 38.34 | 20.1 | 7.49 | - |
| YUV | 94.02 | 113.89 | 234.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 23 | 69 | 0 | 0.91 | 0.72 | 0.05 | 347.45 | 0.9 | 0.52 |
| Hex | F3 | 17 | 45 | 0 | 5B | 48 | 5 | 15B | 5A | 34 |
| Octal | 363 | 27 | 105 | 0 | 133 | 110 | 5 | 533 | 132 | 64 |
| Binary | 11110011 | 10111 | 1000101 | 0 | 1011011 | 1001000 | 101 | 101011011 | 1011010 | 110100 |
Color Harmonies of #F31745
Complementary color
Monochromatic Colors of #F31745
Black with #F31745
Text Example
Text Example
White with #F31745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31745; }
p { color: rgb(243,23,69); }
H1.HeaderClassName
{
color: #F31745;
}
.AnyTagClassName
{
color: #F31745;
}
</style>
background-color css
<style>
a { background-color: #F31745; }
a { background-color: rgb(243,23,69); }
div.DivClassName
{
background-color: #F31745;
}
.BgClassName
{
background-color: #F31745;
}
</style>
border-color css
<style>
span { border-color: #F31745; }
span { border-color: rgb(243,23,69); }
td.TdClassName
{
border-color: #F31745;
}
.TagClassName
{
border-color: #F31745;
}
</style>