Shades of Torch Red #F31516
Tints of Torch Red #F31516
RGB
CMYK
RGB Variations
Color information
#F31516 (or 0xF31516) is known color: Torch Red. HEX triplet: F3, 15 and 16. RGB value is (243,21,22). Sum of RGB (Red+Green+Blue) = 243+21+22=286 (37% of max value = 765). Red value is 243 (95.31% from 255 or 84.97% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 22 (8.98% from 255 or 7.69% from 286); Max value from RGB is 243 - color contains mainly: red. Hex color #F31516 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31516 is #0CEAE9. Grayscale: #575757. Windows color (decimal): -846570 or 1447411. OLE color: 1447411.
HSL color Cylindrical-coordinate representation of color #F31516: hue angle of 359.73º 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 #F31516 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 21 | 22 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.05 |
| HSL | 359.73º | 0.9% | 0.52% | - |
| HSV(B) | 359.73º | 0.91% | 0.95% | - |
| XYZ | 37.38 | 19.65 | 2.58 | - |
| YUV | 87.49 | 91.05 | 238.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 21 | 22 | 0 | 0.91 | 0.91 | 0.05 | 359.73 | 0.9 | 0.52 |
| Hex | F3 | 15 | 16 | 0 | 5B | 5B | 5 | 168 | 5A | 34 |
| Octal | 363 | 25 | 26 | 0 | 133 | 133 | 5 | 550 | 132 | 64 |
| Binary | 11110011 | 10101 | 10110 | 0 | 1011011 | 1011011 | 101 | 101101000 | 1011010 | 110100 |
Color Harmonies of #F31516
Complementary color
Monochromatic Colors of #F31516
Black with #F31516
Text Example
Text Example
White with #F31516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31516; }
p { color: rgb(243,21,22); }
H1.HeaderClassName
{
color: #F31516;
}
.AnyTagClassName
{
color: #F31516;
}
</style>
background-color css
<style>
a { background-color: #F31516; }
a { background-color: rgb(243,21,22); }
div.DivClassName
{
background-color: #F31516;
}
.BgClassName
{
background-color: #F31516;
}
</style>
border-color css
<style>
span { border-color: #F31516; }
span { border-color: rgb(243,21,22); }
td.TdClassName
{
border-color: #F31516;
}
.TagClassName
{
border-color: #F31516;
}
</style>