Shades of Torch Red #F90112
Tints of Torch Red #F90112
RGB
CMYK
RGB Variations
Color information
#F90112 (or 0xF90112) is known color: Torch Red. HEX triplet: F9, 01 and 12. RGB value is (249,1,18). Sum of RGB (Red+Green+Blue) = 249+1+18=268 (35% of max value = 765). Red value is 249 (97.66% from 255 or 92.91% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 18 (7.42% from 255 or 6.72% from 268); Max value from RGB is 249 - color contains mainly: red. Hex color #F90112 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90112 is #06FEED. Grayscale: #4D4D4D. Windows color (decimal): -458478 or 1180153. OLE color: 1180153.
HSL color Cylindrical-coordinate representation of color #F90112: hue angle of 355.89º 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 #F90112 is Cyan = 0, Magento = 1.00, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 18 | - |
| CMYK | 0 | 1.00 | 0.93 | 0.02 |
| HSL | 355.89º | 0.99% | 0.49% | - |
| HSV(B) | 355.89º | 1% | 0.98% | - |
| XYZ | 39.19 | 20.21 | 2.41 | - |
| YUV | 77.09 | 94.66 | 250.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 18 | 0 | 1.00 | 0.93 | 0.02 | 355.89 | 0.99 | 0.49 |
| Hex | F9 | 1 | 12 | 0 | 64 | 5D | 2 | 164 | 63 | 31 |
| Octal | 371 | 1 | 22 | 0 | 144 | 135 | 2 | 544 | 143 | 61 |
| Binary | 11111001 | 1 | 10010 | 0 | 1100100 | 1011101 | 10 | 101100100 | 1100011 | 110001 |
Color Harmonies of #F90112
Complementary color
Monochromatic Colors of #F90112
Black with #F90112
Text Example
Text Example
White with #F90112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90112; }
p { color: rgb(249,1,18); }
H1.HeaderClassName
{
color: #F90112;
}
.AnyTagClassName
{
color: #F90112;
}
</style>
background-color css
<style>
a { background-color: #F90112; }
a { background-color: rgb(249,1,18); }
div.DivClassName
{
background-color: #F90112;
}
.BgClassName
{
background-color: #F90112;
}
</style>
border-color css
<style>
span { border-color: #F90112; }
span { border-color: rgb(249,1,18); }
td.TdClassName
{
border-color: #F90112;
}
.TagClassName
{
border-color: #F90112;
}
</style>