Shades of Torch Red #F90F13
Tints of Torch Red #F90F13
RGB
CMYK
RGB Variations
Color information
#F90F13 (or 0xF90F13) is known color: Torch Red. HEX triplet: F9, 0F and 13. RGB value is (249,15,19). Sum of RGB (Red+Green+Blue) = 249+15+19=283 (37% of max value = 765). Red value is 249 (97.66% from 255 or 87.99% from 283); Green value is 15 (6.25% from 255 or 5.30% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 249 - color contains mainly: red. Hex color #F90F13 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90F13 is #06F0EC. Grayscale: #555555. Windows color (decimal): -454893 or 1249273. OLE color: 1249273.
HSL color Cylindrical-coordinate representation of color #F90F13: hue angle of 358.97º 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 #F90F13 is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 15 | 19 | - |
| CMYK | 0 | 0.94 | 0.92 | 0.02 |
| HSL | 358.97º | 0.95% | 0.52% | - |
| HSV(B) | 358.97º | 0.94% | 0.98% | - |
| XYZ | 39.36 | 20.53 | 2.5 | - |
| YUV | 85.42 | 90.52 | 244.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 15 | 19 | 0 | 0.94 | 0.92 | 0.02 | 358.97 | 0.95 | 0.52 |
| Hex | F9 | F | 13 | 0 | 5E | 5C | 2 | 167 | 5F | 34 |
| Octal | 371 | 17 | 23 | 0 | 136 | 134 | 2 | 547 | 137 | 64 |
| Binary | 11111001 | 1111 | 10011 | 0 | 1011110 | 1011100 | 10 | 101100111 | 1011111 | 110100 |
Color Harmonies of #F90F13
Complementary color
Monochromatic Colors of #F90F13
Black with #F90F13
Text Example
Text Example
White with #F90F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90F13; }
p { color: rgb(249,15,19); }
H1.HeaderClassName
{
color: #F90F13;
}
.AnyTagClassName
{
color: #F90F13;
}
</style>
background-color css
<style>
a { background-color: #F90F13; }
a { background-color: rgb(249,15,19); }
div.DivClassName
{
background-color: #F90F13;
}
.BgClassName
{
background-color: #F90F13;
}
</style>
border-color css
<style>
span { border-color: #F90F13; }
span { border-color: rgb(249,15,19); }
td.TdClassName
{
border-color: #F90F13;
}
.TagClassName
{
border-color: #F90F13;
}
</style>