Shades of Torch Red #F91947
Tints of Torch Red #F91947
RGB
CMYK
RGB Variations
Color information
#F91947 (or 0xF91947) is known color: Torch Red. HEX triplet: F9, 19 and 47. RGB value is (249,25,71). Sum of RGB (Red+Green+Blue) = 249+25+71=345 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.17% from 345); Green value is 25 (10.16% from 255 or 7.25% from 345); Blue value is 71 (28.12% from 255 or 20.58% from 345); Max value from RGB is 249 - color contains mainly: red. Hex color #F91947 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91947 is #06E6B8. Grayscale: #616161. Windows color (decimal): -452281 or 4659705. OLE color: 4659705.
HSL color Cylindrical-coordinate representation of color #F91947: hue angle of 347.68º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F91947 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 25 | 71 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.02 |
| HSL | 347.68º | 0.95% | 0.54% | - |
| HSV(B) | 347.68º | 0.9% | 0.98% | - |
| XYZ | 40.55 | 21.29 | 7.93 | - |
| YUV | 97.22 | 113.21 | 236.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 25 | 71 | 0 | 0.90 | 0.71 | 0.02 | 347.68 | 0.95 | 0.54 |
| Hex | F9 | 19 | 47 | 0 | 5A | 47 | 2 | 15C | 5F | 36 |
| Octal | 371 | 31 | 107 | 0 | 132 | 107 | 2 | 534 | 137 | 66 |
| Binary | 11111001 | 11001 | 1000111 | 0 | 1011010 | 1000111 | 10 | 101011100 | 1011111 | 110110 |
Color Harmonies of #F91947
Complementary color
Monochromatic Colors of #F91947
Black with #F91947
Text Example
Text Example
White with #F91947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91947; }
p { color: rgb(249,25,71); }
H1.HeaderClassName
{
color: #F91947;
}
.AnyTagClassName
{
color: #F91947;
}
</style>
background-color css
<style>
a { background-color: #F91947; }
a { background-color: rgb(249,25,71); }
div.DivClassName
{
background-color: #F91947;
}
.BgClassName
{
background-color: #F91947;
}
</style>
border-color css
<style>
span { border-color: #F91947; }
span { border-color: rgb(249,25,71); }
td.TdClassName
{
border-color: #F91947;
}
.TagClassName
{
border-color: #F91947;
}
</style>