Shades of Torch Red #F00812
Tints of Torch Red #F00812
RGB
CMYK
RGB Variations
Color information
#F00812 (or 0xF00812) is known color: Torch Red. HEX triplet: F0, 08 and 12. RGB value is (240,8,18). Sum of RGB (Red+Green+Blue) = 240+8+18=266 (35% of max value = 765). Red value is 240 (94.14% from 255 or 90.23% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 240 - color contains mainly: red. Hex color #F00812 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00812 is #0FF7ED. Grayscale: #4E4E4E. Windows color (decimal): -1046510 or 1181936. OLE color: 1181936.
HSL color Cylindrical-coordinate representation of color #F00812: hue angle of 357.41º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F00812 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 8 | 18 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.06 |
| HSL | 357.41º | 0.94% | 0.49% | - |
| HSV(B) | 357.41º | 0.97% | 0.94% | - |
| XYZ | 36.13 | 18.74 | 2.29 | - |
| YUV | 78.51 | 93.86 | 243.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 8 | 18 | 0 | 0.97 | 0.92 | 0.06 | 357.41 | 0.94 | 0.49 |
| Hex | F0 | 8 | 12 | 0 | 61 | 5C | 6 | 165 | 5E | 31 |
| Octal | 360 | 10 | 22 | 0 | 141 | 134 | 6 | 545 | 136 | 61 |
| Binary | 11110000 | 1000 | 10010 | 0 | 1100001 | 1011100 | 110 | 101100101 | 1011110 | 110001 |
Color Harmonies of #F00812
Complementary color
Monochromatic Colors of #F00812
Black with #F00812
Text Example
Text Example
White with #F00812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00812; }
p { color: rgb(240,8,18); }
H1.HeaderClassName
{
color: #F00812;
}
.AnyTagClassName
{
color: #F00812;
}
</style>
background-color css
<style>
a { background-color: #F00812; }
a { background-color: rgb(240,8,18); }
div.DivClassName
{
background-color: #F00812;
}
.BgClassName
{
background-color: #F00812;
}
</style>
border-color css
<style>
span { border-color: #F00812; }
span { border-color: rgb(240,8,18); }
td.TdClassName
{
border-color: #F00812;
}
.TagClassName
{
border-color: #F00812;
}
</style>