Shades of Torch Red #F90816
Tints of Torch Red #F90816
RGB
CMYK
RGB Variations
Color information
#F90816 (or 0xF90816) is known color: Torch Red. HEX triplet: F9, 08 and 16. RGB value is (249,8,22). Sum of RGB (Red+Green+Blue) = 249+8+22=279 (36% of max value = 765). Red value is 249 (97.66% from 255 or 89.25% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 249 - color contains mainly: red. Hex color #F90816 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90816 is #06F7E9. Grayscale: #515151. Windows color (decimal): -456682 or 1444089. OLE color: 1444089.
HSL color Cylindrical-coordinate representation of color #F90816: hue angle of 356.51º 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 #F90816 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 8 | 22 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.02 |
| HSL | 356.51º | 0.95% | 0.5% | - |
| HSV(B) | 356.51º | 0.97% | 0.98% | - |
| XYZ | 39.3 | 20.37 | 2.62 | - |
| YUV | 81.66 | 94.34 | 247.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 8 | 22 | 0 | 0.97 | 0.91 | 0.02 | 356.51 | 0.95 | 0.5 |
| Hex | F9 | 8 | 16 | 0 | 61 | 5B | 2 | 165 | 5F | 32 |
| Octal | 371 | 10 | 26 | 0 | 141 | 133 | 2 | 545 | 137 | 62 |
| Binary | 11111001 | 1000 | 10110 | 0 | 1100001 | 1011011 | 10 | 101100101 | 1011111 | 110010 |
Color Harmonies of #F90816
Complementary color
Monochromatic Colors of #F90816
Black with #F90816
Text Example
Text Example
White with #F90816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90816; }
p { color: rgb(249,8,22); }
H1.HeaderClassName
{
color: #F90816;
}
.AnyTagClassName
{
color: #F90816;
}
</style>
background-color css
<style>
a { background-color: #F90816; }
a { background-color: rgb(249,8,22); }
div.DivClassName
{
background-color: #F90816;
}
.BgClassName
{
background-color: #F90816;
}
</style>
border-color css
<style>
span { border-color: #F90816; }
span { border-color: rgb(249,8,22); }
td.TdClassName
{
border-color: #F90816;
}
.TagClassName
{
border-color: #F90816;
}
</style>