Shades of Torch Red #F91736
Tints of Torch Red #F91736
RGB
CMYK
RGB Variations
Color information
#F91736 (or 0xF91736) is known color: Torch Red. HEX triplet: F9, 17 and 36. RGB value is (249,23,54). Sum of RGB (Red+Green+Blue) = 249+23+54=326 (43% of max value = 765). Red value is 249 (97.66% from 255 or 76.38% from 326); Green value is 23 (9.38% from 255 or 7.06% from 326); Blue value is 54 (21.48% from 255 or 16.56% from 326); Max value from RGB is 249 - color contains mainly: red. Hex color #F91736 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91736 is #06E8C9. Grayscale: #5E5E5E. Windows color (decimal): -452810 or 3545081. OLE color: 3545081.
HSL color Cylindrical-coordinate representation of color #F91736: hue angle of 351.77º 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 #F91736 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 23 | 54 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.02 |
| HSL | 351.77º | 0.95% | 0.53% | - |
| HSV(B) | 351.77º | 0.91% | 0.98% | - |
| XYZ | 40.04 | 21.02 | 5.44 | - |
| YUV | 94.11 | 105.37 | 238.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 23 | 54 | 0 | 0.91 | 0.78 | 0.02 | 351.77 | 0.95 | 0.53 |
| Hex | F9 | 17 | 36 | 0 | 5B | 4E | 2 | 160 | 5F | 35 |
| Octal | 371 | 27 | 66 | 0 | 133 | 116 | 2 | 540 | 137 | 65 |
| Binary | 11111001 | 10111 | 110110 | 0 | 1011011 | 1001110 | 10 | 101100000 | 1011111 | 110101 |
Color Harmonies of #F91736
Complementary color
Monochromatic Colors of #F91736
Black with #F91736
Text Example
Text Example
White with #F91736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91736; }
p { color: rgb(249,23,54); }
H1.HeaderClassName
{
color: #F91736;
}
.AnyTagClassName
{
color: #F91736;
}
</style>
background-color css
<style>
a { background-color: #F91736; }
a { background-color: rgb(249,23,54); }
div.DivClassName
{
background-color: #F91736;
}
.BgClassName
{
background-color: #F91736;
}
</style>
border-color css
<style>
span { border-color: #F91736; }
span { border-color: rgb(249,23,54); }
td.TdClassName
{
border-color: #F91736;
}
.TagClassName
{
border-color: #F91736;
}
</style>