Shades of Torch Red #F91012
Tints of Torch Red #F91012
RGB
CMYK
RGB Variations
Color information
#F91012 (or 0xF91012) is known color: Torch Red. HEX triplet: F9, 10 and 12. RGB value is (249,16,18). Sum of RGB (Red+Green+Blue) = 249+16+18=283 (37% of max value = 765). Red value is 249 (97.66% from 255 or 87.99% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 18 (7.42% from 255 or 6.36% from 283); Max value from RGB is 249 - color contains mainly: red. Hex color #F91012 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91012 is #06EFED. Grayscale: #565656. Windows color (decimal): -454638 or 1183993. OLE color: 1183993.
HSL color Cylindrical-coordinate representation of color #F91012: hue angle of 359.48º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F91012 is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 16 | 18 | - |
| CMYK | 0 | 0.94 | 0.93 | 0.02 |
| HSL | 359.49º | 0.95% | 0.52% | - |
| HSV(B) | 359.49º | 0.94% | 0.98% | - |
| XYZ | 39.36 | 20.55 | 2.47 | - |
| YUV | 85.9 | 89.69 | 244.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 16 | 18 | 0 | 0.94 | 0.93 | 0.02 | 359.49 | 0.95 | 0.52 |
| Hex | F9 | 10 | 12 | 0 | 5E | 5D | 2 | 167 | 5F | 34 |
| Octal | 371 | 20 | 22 | 0 | 136 | 135 | 2 | 547 | 137 | 64 |
| Binary | 11111001 | 10000 | 10010 | 0 | 1011110 | 1011101 | 10 | 101100111 | 1011111 | 110100 |
Color Harmonies of #F91012
Complementary color
Monochromatic Colors of #F91012
Black with #F91012
Text Example
Text Example
White with #F91012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91012; }
p { color: rgb(249,16,18); }
H1.HeaderClassName
{
color: #F91012;
}
.AnyTagClassName
{
color: #F91012;
}
</style>
background-color css
<style>
a { background-color: #F91012; }
a { background-color: rgb(249,16,18); }
div.DivClassName
{
background-color: #F91012;
}
.BgClassName
{
background-color: #F91012;
}
</style>
border-color css
<style>
span { border-color: #F91012; }
span { border-color: rgb(249,16,18); }
td.TdClassName
{
border-color: #F91012;
}
.TagClassName
{
border-color: #F91012;
}
</style>