Shades of Torch Red #F90D16
Tints of Torch Red #F90D16
RGB
CMYK
RGB Variations
Color information
#F90D16 (or 0xF90D16) is known color: Torch Red. HEX triplet: F9, 0D and 16. RGB value is (249,13,22). Sum of RGB (Red+Green+Blue) = 249+13+22=284 (37% of max value = 765). Red value is 249 (97.66% from 255 or 87.68% from 284); Green value is 13 (5.47% from 255 or 4.58% from 284); Blue value is 22 (8.98% from 255 or 7.75% from 284); Max value from RGB is 249 - color contains mainly: red. Hex color #F90D16 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90D16 is #06F2E9. Grayscale: #545454. Windows color (decimal): -455402 or 1445369. OLE color: 1445369.
HSL color Cylindrical-coordinate representation of color #F90D16: hue angle of 357.71º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F90D16 is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 13 | 22 | - |
| CMYK | 0 | 0.95 | 0.91 | 0.02 |
| HSL | 357.71º | 0.95% | 0.51% | - |
| HSV(B) | 357.71º | 0.95% | 0.98% | - |
| XYZ | 39.36 | 20.49 | 2.64 | - |
| YUV | 84.59 | 92.69 | 245.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 13 | 22 | 0 | 0.95 | 0.91 | 0.02 | 357.71 | 0.95 | 0.51 |
| Hex | F9 | D | 16 | 0 | 5F | 5B | 2 | 166 | 5F | 33 |
| Octal | 371 | 15 | 26 | 0 | 137 | 133 | 2 | 546 | 137 | 63 |
| Binary | 11111001 | 1101 | 10110 | 0 | 1011111 | 1011011 | 10 | 101100110 | 1011111 | 110011 |
Color Harmonies of #F90D16
Complementary color
Monochromatic Colors of #F90D16
Black with #F90D16
Text Example
Text Example
White with #F90D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90D16; }
p { color: rgb(249,13,22); }
H1.HeaderClassName
{
color: #F90D16;
}
.AnyTagClassName
{
color: #F90D16;
}
</style>
background-color css
<style>
a { background-color: #F90D16; }
a { background-color: rgb(249,13,22); }
div.DivClassName
{
background-color: #F90D16;
}
.BgClassName
{
background-color: #F90D16;
}
</style>
border-color css
<style>
span { border-color: #F90D16; }
span { border-color: rgb(249,13,22); }
td.TdClassName
{
border-color: #F90D16;
}
.TagClassName
{
border-color: #F90D16;
}
</style>