Shades of Torch Red #F90118
Tints of Torch Red #F90118
RGB
CMYK
RGB Variations
Color information
#F90118 (or 0xF90118) is known color: Torch Red. HEX triplet: F9, 01 and 18. RGB value is (249,1,24). Sum of RGB (Red+Green+Blue) = 249+1+24=274 (36% of max value = 765). Red value is 249 (97.66% from 255 or 90.88% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 24 (9.77% from 255 or 8.76% from 274); Max value from RGB is 249 - color contains mainly: red. Hex color #F90118 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90118 is #06FEE7. Grayscale: #4D4D4D. Windows color (decimal): -458472 or 1573369. OLE color: 1573369.
HSL color Cylindrical-coordinate representation of color #F90118: hue angle of 354.44º 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 #F90118 is Cyan = 0, Magento = 1.00, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 24 | - |
| CMYK | 0 | 1.00 | 0.90 | 0.02 |
| HSL | 354.44º | 0.99% | 0.49% | - |
| HSV(B) | 354.44º | 1% | 0.98% | - |
| XYZ | 39.24 | 20.23 | 2.7 | - |
| YUV | 77.77 | 97.66 | 250.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 24 | 0 | 1.00 | 0.90 | 0.02 | 354.44 | 0.99 | 0.49 |
| Hex | F9 | 1 | 18 | 0 | 64 | 5A | 2 | 162 | 63 | 31 |
| Octal | 371 | 1 | 30 | 0 | 144 | 132 | 2 | 542 | 143 | 61 |
| Binary | 11111001 | 1 | 11000 | 0 | 1100100 | 1011010 | 10 | 101100010 | 1100011 | 110001 |
Color Harmonies of #F90118
Complementary color
Monochromatic Colors of #F90118
Black with #F90118
Text Example
Text Example
White with #F90118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90118; }
p { color: rgb(249,1,24); }
H1.HeaderClassName
{
color: #F90118;
}
.AnyTagClassName
{
color: #F90118;
}
</style>
background-color css
<style>
a { background-color: #F90118; }
a { background-color: rgb(249,1,24); }
div.DivClassName
{
background-color: #F90118;
}
.BgClassName
{
background-color: #F90118;
}
</style>
border-color css
<style>
span { border-color: #F90118; }
span { border-color: rgb(249,1,24); }
td.TdClassName
{
border-color: #F90118;
}
.TagClassName
{
border-color: #F90118;
}
</style>