Shades of Torch Red #F90B14
Tints of Torch Red #F90B14
RGB
CMYK
RGB Variations
Color information
#F90B14 (or 0xF90B14) is known color: Torch Red. HEX triplet: F9, 0B and 14. RGB value is (249,11,20). Sum of RGB (Red+Green+Blue) = 249+11+20=280 (37% of max value = 765). Red value is 249 (97.66% from 255 or 88.93% from 280); Green value is 11 (4.69% from 255 or 3.93% from 280); Blue value is 20 (8.20% from 255 or 7.14% from 280); Max value from RGB is 249 - color contains mainly: red. Hex color #F90B14 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90B14 is #06F4EB. Grayscale: #535353. Windows color (decimal): -455916 or 1313785. OLE color: 1313785.
HSL color Cylindrical-coordinate representation of color #F90B14: hue angle of 357.73º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F90B14 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 11 | 20 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.02 |
| HSL | 357.73º | 0.95% | 0.51% | - |
| HSV(B) | 357.73º | 0.96% | 0.98% | - |
| XYZ | 39.31 | 20.43 | 2.53 | - |
| YUV | 83.19 | 92.35 | 246.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 11 | 20 | 0 | 0.96 | 0.92 | 0.02 | 357.73 | 0.95 | 0.51 |
| Hex | F9 | B | 14 | 0 | 60 | 5C | 2 | 166 | 5F | 33 |
| Octal | 371 | 13 | 24 | 0 | 140 | 134 | 2 | 546 | 137 | 63 |
| Binary | 11111001 | 1011 | 10100 | 0 | 1100000 | 1011100 | 10 | 101100110 | 1011111 | 110011 |
Color Harmonies of #F90B14
Complementary color
Monochromatic Colors of #F90B14
Black with #F90B14
Text Example
Text Example
White with #F90B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90B14; }
p { color: rgb(249,11,20); }
H1.HeaderClassName
{
color: #F90B14;
}
.AnyTagClassName
{
color: #F90B14;
}
</style>
background-color css
<style>
a { background-color: #F90B14; }
a { background-color: rgb(249,11,20); }
div.DivClassName
{
background-color: #F90B14;
}
.BgClassName
{
background-color: #F90B14;
}
</style>
border-color css
<style>
span { border-color: #F90B14; }
span { border-color: rgb(249,11,20); }
td.TdClassName
{
border-color: #F90B14;
}
.TagClassName
{
border-color: #F90B14;
}
</style>