Shades of Torch Red #F90722
Tints of Torch Red #F90722
RGB
CMYK
RGB Variations
Color information
#F90722 (or 0xF90722) is known color: Torch Red. HEX triplet: F9, 07 and 22. RGB value is (249,7,34). Sum of RGB (Red+Green+Blue) = 249+7+34=290 (38% of max value = 765). Red value is 249 (97.66% from 255 or 85.86% from 290); Green value is 7 (3.12% from 255 or 2.41% from 290); Blue value is 34 (13.67% from 255 or 11.72% from 290); Max value from RGB is 249 - color contains mainly: red. Hex color #F90722 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90722 is #06F8DD. Grayscale: #525252. Windows color (decimal): -456926 or 2230265. OLE color: 2230265.
HSL color Cylindrical-coordinate representation of color #F90722: hue angle of 353.31º 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 #F90722 is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 7 | 34 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.02 |
| HSL | 353.31º | 0.95% | 0.5% | - |
| HSV(B) | 353.31º | 0.97% | 0.98% | - |
| XYZ | 39.43 | 20.41 | 3.37 | - |
| YUV | 82.44 | 100.67 | 246.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 7 | 34 | 0 | 0.97 | 0.86 | 0.02 | 353.31 | 0.95 | 0.5 |
| Hex | F9 | 7 | 22 | 0 | 61 | 56 | 2 | 161 | 5F | 32 |
| Octal | 371 | 7 | 42 | 0 | 141 | 126 | 2 | 541 | 137 | 62 |
| Binary | 11111001 | 111 | 100010 | 0 | 1100001 | 1010110 | 10 | 101100001 | 1011111 | 110010 |
Color Harmonies of #F90722
Complementary color
Monochromatic Colors of #F90722
Black with #F90722
Text Example
Text Example
White with #F90722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90722; }
p { color: rgb(249,7,34); }
H1.HeaderClassName
{
color: #F90722;
}
.AnyTagClassName
{
color: #F90722;
}
</style>
background-color css
<style>
a { background-color: #F90722; }
a { background-color: rgb(249,7,34); }
div.DivClassName
{
background-color: #F90722;
}
.BgClassName
{
background-color: #F90722;
}
</style>
border-color css
<style>
span { border-color: #F90722; }
span { border-color: rgb(249,7,34); }
td.TdClassName
{
border-color: #F90722;
}
.TagClassName
{
border-color: #F90722;
}
</style>