Shades of Torch Red #F31314
Tints of Torch Red #F31314
RGB
CMYK
RGB Variations
Color information
#F31314 (or 0xF31314) is known color: Torch Red. HEX triplet: F3, 13 and 14. RGB value is (243,19,20). Sum of RGB (Red+Green+Blue) = 243+19+20=282 (37% of max value = 765). Red value is 243 (95.31% from 255 or 86.17% from 282); Green value is 19 (7.81% from 255 or 6.74% from 282); Blue value is 20 (8.20% from 255 or 7.09% from 282); Max value from RGB is 243 - color contains mainly: red. Hex color #F31314 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31314 is #0CECEB. Grayscale: #565656. Windows color (decimal): -847084 or 1315827. OLE color: 1315827.
HSL color Cylindrical-coordinate representation of color #F31314: hue angle of 359.73º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F31314 is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 19 | 20 | - |
| CMYK | 0 | 0.92 | 0.92 | 0.05 |
| HSL | 359.73º | 0.9% | 0.51% | - |
| HSV(B) | 359.73º | 0.92% | 0.95% | - |
| XYZ | 37.32 | 19.57 | 2.47 | - |
| YUV | 86.09 | 90.71 | 239.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 19 | 20 | 0 | 0.92 | 0.92 | 0.05 | 359.73 | 0.9 | 0.51 |
| Hex | F3 | 13 | 14 | 0 | 5C | 5C | 5 | 168 | 5A | 33 |
| Octal | 363 | 23 | 24 | 0 | 134 | 134 | 5 | 550 | 132 | 63 |
| Binary | 11110011 | 10011 | 10100 | 0 | 1011100 | 1011100 | 101 | 101101000 | 1011010 | 110011 |
Color Harmonies of #F31314
Complementary color
Monochromatic Colors of #F31314
Black with #F31314
Text Example
Text Example
White with #F31314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31314; }
p { color: rgb(243,19,20); }
H1.HeaderClassName
{
color: #F31314;
}
.AnyTagClassName
{
color: #F31314;
}
</style>
background-color css
<style>
a { background-color: #F31314; }
a { background-color: rgb(243,19,20); }
div.DivClassName
{
background-color: #F31314;
}
.BgClassName
{
background-color: #F31314;
}
</style>
border-color css
<style>
span { border-color: #F31314; }
span { border-color: rgb(243,19,20); }
td.TdClassName
{
border-color: #F31314;
}
.TagClassName
{
border-color: #F31314;
}
</style>