Shades of Torch Red #F30716
Tints of Torch Red #F30716
RGB
CMYK
RGB Variations
Color information
#F30716 (or 0xF30716) is known color: Torch Red. HEX triplet: F3, 07 and 16. RGB value is (243,7,22). Sum of RGB (Red+Green+Blue) = 243+7+22=272 (36% of max value = 765). Red value is 243 (95.31% from 255 or 89.34% from 272); Green value is 7 (3.12% from 255 or 2.57% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 243 - color contains mainly: red. Hex color #F30716 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30716 is #0CF8E9. Grayscale: #4F4F4F. Windows color (decimal): -850154 or 1443827. OLE color: 1443827.
HSL color Cylindrical-coordinate representation of color #F30716: hue angle of 356.19º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F30716 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 7 | 22 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.05 |
| HSL | 356.19º | 0.94% | 0.49% | - |
| HSV(B) | 356.19º | 0.97% | 0.95% | - |
| XYZ | 37.18 | 19.26 | 2.52 | - |
| YUV | 79.27 | 95.69 | 244.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 7 | 22 | 0 | 0.97 | 0.91 | 0.05 | 356.19 | 0.94 | 0.49 |
| Hex | F3 | 7 | 16 | 0 | 61 | 5B | 5 | 164 | 5E | 31 |
| Octal | 363 | 7 | 26 | 0 | 141 | 133 | 5 | 544 | 136 | 61 |
| Binary | 11110011 | 111 | 10110 | 0 | 1100001 | 1011011 | 101 | 101100100 | 1011110 | 110001 |
Color Harmonies of #F30716
Complementary color
Monochromatic Colors of #F30716
Black with #F30716
Text Example
Text Example
White with #F30716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30716; }
p { color: rgb(243,7,22); }
H1.HeaderClassName
{
color: #F30716;
}
.AnyTagClassName
{
color: #F30716;
}
</style>
background-color css
<style>
a { background-color: #F30716; }
a { background-color: rgb(243,7,22); }
div.DivClassName
{
background-color: #F30716;
}
.BgClassName
{
background-color: #F30716;
}
</style>
border-color css
<style>
span { border-color: #F30716; }
span { border-color: rgb(243,7,22); }
td.TdClassName
{
border-color: #F30716;
}
.TagClassName
{
border-color: #F30716;
}
</style>