Shades of Torch Red #F91637
Tints of Torch Red #F91637
RGB
CMYK
RGB Variations
Color information
#F91637 (or 0xF91637) is known color: Torch Red. HEX triplet: F9, 16 and 37. RGB value is (249,22,55). Sum of RGB (Red+Green+Blue) = 249+22+55=326 (43% of max value = 765). Red value is 249 (97.66% from 255 or 76.38% from 326); Green value is 22 (8.98% from 255 or 6.75% from 326); Blue value is 55 (21.88% from 255 or 16.87% from 326); Max value from RGB is 249 - color contains mainly: red. Hex color #F91637 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91637 is #06E9C8. Grayscale: #5D5D5D. Windows color (decimal): -453065 or 3610361. OLE color: 3610361.
HSL color Cylindrical-coordinate representation of color #F91637: hue angle of 351.28º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F91637 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 22 | 55 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.02 |
| HSL | 351.28º | 0.95% | 0.53% | - |
| HSV(B) | 351.28º | 0.91% | 0.98% | - |
| XYZ | 40.04 | 20.99 | 5.56 | - |
| YUV | 93.64 | 106.21 | 238.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 22 | 55 | 0 | 0.91 | 0.78 | 0.02 | 351.28 | 0.95 | 0.53 |
| Hex | F9 | 16 | 37 | 0 | 5B | 4E | 2 | 15F | 5F | 35 |
| Octal | 371 | 26 | 67 | 0 | 133 | 116 | 2 | 537 | 137 | 65 |
| Binary | 11111001 | 10110 | 110111 | 0 | 1011011 | 1001110 | 10 | 101011111 | 1011111 | 110101 |
Color Harmonies of #F91637
Complementary color
Monochromatic Colors of #F91637
Black with #F91637
Text Example
Text Example
White with #F91637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91637; }
p { color: rgb(249,22,55); }
H1.HeaderClassName
{
color: #F91637;
}
.AnyTagClassName
{
color: #F91637;
}
</style>
background-color css
<style>
a { background-color: #F91637; }
a { background-color: rgb(249,22,55); }
div.DivClassName
{
background-color: #F91637;
}
.BgClassName
{
background-color: #F91637;
}
</style>
border-color css
<style>
span { border-color: #F91637; }
span { border-color: rgb(249,22,55); }
td.TdClassName
{
border-color: #F91637;
}
.TagClassName
{
border-color: #F91637;
}
</style>