Shades of Torch Red #F30811
Tints of Torch Red #F30811
RGB
CMYK
RGB Variations
Color information
#F30811 (or 0xF30811) is known color: Torch Red. HEX triplet: F3, 08 and 11. RGB value is (243,8,17). Sum of RGB (Red+Green+Blue) = 243+8+17=268 (35% of max value = 765). Red value is 243 (95.31% from 255 or 90.67% from 268); Green value is 8 (3.52% from 255 or 2.99% from 268); Blue value is 17 (7.03% from 255 or 6.34% from 268); Max value from RGB is 243 - color contains mainly: red. Hex color #F30811 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30811 is #0CF7EE. Grayscale: #4F4F4F. Windows color (decimal): -849903 or 1116403. OLE color: 1116403.
HSL color Cylindrical-coordinate representation of color #F30811: hue angle of 357.7º 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 #F30811 is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 8 | 17 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.05 |
| HSL | 357.7º | 0.94% | 0.49% | - |
| HSV(B) | 357.7º | 0.97% | 0.95% | - |
| XYZ | 37.15 | 19.27 | 2.29 | - |
| YUV | 79.29 | 92.86 | 244.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 8 | 17 | 0 | 0.97 | 0.93 | 0.05 | 357.7 | 0.94 | 0.49 |
| Hex | F3 | 8 | 11 | 0 | 61 | 5D | 5 | 166 | 5E | 31 |
| Octal | 363 | 10 | 21 | 0 | 141 | 135 | 5 | 546 | 136 | 61 |
| Binary | 11110011 | 1000 | 10001 | 0 | 1100001 | 1011101 | 101 | 101100110 | 1011110 | 110001 |
Color Harmonies of #F30811
Complementary color
Monochromatic Colors of #F30811
Black with #F30811
Text Example
Text Example
White with #F30811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30811; }
p { color: rgb(243,8,17); }
H1.HeaderClassName
{
color: #F30811;
}
.AnyTagClassName
{
color: #F30811;
}
</style>
background-color css
<style>
a { background-color: #F30811; }
a { background-color: rgb(243,8,17); }
div.DivClassName
{
background-color: #F30811;
}
.BgClassName
{
background-color: #F30811;
}
</style>
border-color css
<style>
span { border-color: #F30811; }
span { border-color: rgb(243,8,17); }
td.TdClassName
{
border-color: #F30811;
}
.TagClassName
{
border-color: #F30811;
}
</style>