Shades of Torch Red #F90117
Tints of Torch Red #F90117
RGB
CMYK
RGB Variations
Color information
#F90117 (or 0xF90117) is known color: Torch Red. HEX triplet: F9, 01 and 17. RGB value is (249,1,23). Sum of RGB (Red+Green+Blue) = 249+1+23=273 (36% of max value = 765). Red value is 249 (97.66% from 255 or 91.21% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 23 (9.38% from 255 or 8.42% from 273); Max value from RGB is 249 - color contains mainly: red. Hex color #F90117 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90117 is #06FEE8. Grayscale: #4D4D4D. Windows color (decimal): -458473 or 1507833. OLE color: 1507833.
HSL color Cylindrical-coordinate representation of color #F90117: hue angle of 354.68º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F90117 is Cyan = 0, Magento = 1.00, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 23 | - |
| CMYK | 0 | 1.00 | 0.91 | 0.02 |
| HSL | 354.68º | 0.99% | 0.49% | - |
| HSV(B) | 354.68º | 1% | 0.98% | - |
| XYZ | 39.23 | 20.22 | 2.65 | - |
| YUV | 77.66 | 97.16 | 250.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 23 | 0 | 1.00 | 0.91 | 0.02 | 354.68 | 0.99 | 0.49 |
| Hex | F9 | 1 | 17 | 0 | 64 | 5B | 2 | 163 | 63 | 31 |
| Octal | 371 | 1 | 27 | 0 | 144 | 133 | 2 | 543 | 143 | 61 |
| Binary | 11111001 | 1 | 10111 | 0 | 1100100 | 1011011 | 10 | 101100011 | 1100011 | 110001 |
Color Harmonies of #F90117
Complementary color
Monochromatic Colors of #F90117
Black with #F90117
Text Example
Text Example
White with #F90117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90117; }
p { color: rgb(249,1,23); }
H1.HeaderClassName
{
color: #F90117;
}
.AnyTagClassName
{
color: #F90117;
}
</style>
background-color css
<style>
a { background-color: #F90117; }
a { background-color: rgb(249,1,23); }
div.DivClassName
{
background-color: #F90117;
}
.BgClassName
{
background-color: #F90117;
}
</style>
border-color css
<style>
span { border-color: #F90117; }
span { border-color: rgb(249,1,23); }
td.TdClassName
{
border-color: #F90117;
}
.TagClassName
{
border-color: #F90117;
}
</style>