Shades of Torch Red #F90814
Tints of Torch Red #F90814
RGB
CMYK
RGB Variations
Color information
#F90814 (or 0xF90814) is known color: Torch Red. HEX triplet: F9, 08 and 14. RGB value is (249,8,20). Sum of RGB (Red+Green+Blue) = 249+8+20=277 (36% of max value = 765). Red value is 249 (97.66% from 255 or 89.89% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 20 (8.20% from 255 or 7.22% from 277); Max value from RGB is 249 - color contains mainly: red. Hex color #F90814 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90814 is #06F7EB. Grayscale: #515151. Windows color (decimal): -456684 or 1313017. OLE color: 1313017.
HSL color Cylindrical-coordinate representation of color #F90814: hue angle of 357.01º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F90814 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 8 | 20 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.02 |
| HSL | 357.01º | 0.95% | 0.5% | - |
| HSV(B) | 357.01º | 0.97% | 0.98% | - |
| XYZ | 39.28 | 20.36 | 2.52 | - |
| YUV | 81.43 | 93.34 | 247.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 8 | 20 | 0 | 0.97 | 0.92 | 0.02 | 357.01 | 0.95 | 0.5 |
| Hex | F9 | 8 | 14 | 0 | 61 | 5C | 2 | 165 | 5F | 32 |
| Octal | 371 | 10 | 24 | 0 | 141 | 134 | 2 | 545 | 137 | 62 |
| Binary | 11111001 | 1000 | 10100 | 0 | 1100001 | 1011100 | 10 | 101100101 | 1011111 | 110010 |
Color Harmonies of #F90814
Complementary color
Monochromatic Colors of #F90814
Black with #F90814
Text Example
Text Example
White with #F90814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90814; }
p { color: rgb(249,8,20); }
H1.HeaderClassName
{
color: #F90814;
}
.AnyTagClassName
{
color: #F90814;
}
</style>
background-color css
<style>
a { background-color: #F90814; }
a { background-color: rgb(249,8,20); }
div.DivClassName
{
background-color: #F90814;
}
.BgClassName
{
background-color: #F90814;
}
</style>
border-color css
<style>
span { border-color: #F90814; }
span { border-color: rgb(249,8,20); }
td.TdClassName
{
border-color: #F90814;
}
.TagClassName
{
border-color: #F90814;
}
</style>