Shades of Torch Red #F30712
Tints of Torch Red #F30712
RGB
CMYK
RGB Variations
Color information
#F30712 (or 0xF30712) is known color: Torch Red. HEX triplet: F3, 07 and 12. RGB value is (243,7,18). Sum of RGB (Red+Green+Blue) = 243+7+18=268 (35% of max value = 765). Red value is 243 (95.31% from 255 or 90.67% from 268); Green value is 7 (3.12% from 255 or 2.61% from 268); Blue value is 18 (7.42% from 255 or 6.72% from 268); Max value from RGB is 243 - color contains mainly: red. Hex color #F30712 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30712 is #0CF8ED. Grayscale: #4F4F4F. Windows color (decimal): -850158 or 1181683. OLE color: 1181683.
HSL color Cylindrical-coordinate representation of color #F30712: hue angle of 357.2º 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 #F30712 is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 7 | 18 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.05 |
| HSL | 357.2º | 0.94% | 0.49% | - |
| HSV(B) | 357.2º | 0.97% | 0.95% | - |
| XYZ | 37.15 | 19.25 | 2.33 | - |
| YUV | 78.82 | 93.69 | 245.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 7 | 18 | 0 | 0.97 | 0.93 | 0.05 | 357.2 | 0.94 | 0.49 |
| Hex | F3 | 7 | 12 | 0 | 61 | 5D | 5 | 165 | 5E | 31 |
| Octal | 363 | 7 | 22 | 0 | 141 | 135 | 5 | 545 | 136 | 61 |
| Binary | 11110011 | 111 | 10010 | 0 | 1100001 | 1011101 | 101 | 101100101 | 1011110 | 110001 |
Color Harmonies of #F30712
Complementary color
Monochromatic Colors of #F30712
Black with #F30712
Text Example
Text Example
White with #F30712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30712; }
p { color: rgb(243,7,18); }
H1.HeaderClassName
{
color: #F30712;
}
.AnyTagClassName
{
color: #F30712;
}
</style>
background-color css
<style>
a { background-color: #F30712; }
a { background-color: rgb(243,7,18); }
div.DivClassName
{
background-color: #F30712;
}
.BgClassName
{
background-color: #F30712;
}
</style>
border-color css
<style>
span { border-color: #F30712; }
span { border-color: rgb(243,7,18); }
td.TdClassName
{
border-color: #F30712;
}
.TagClassName
{
border-color: #F30712;
}
</style>