Shades of Torch Red #F91719
Tints of Torch Red #F91719
RGB
CMYK
RGB Variations
Color information
#F91719 (or 0xF91719) is known color: Torch Red. HEX triplet: F9, 17 and 19. RGB value is (249,23,25). Sum of RGB (Red+Green+Blue) = 249+23+25=297 (39% of max value = 765). Red value is 249 (97.66% from 255 or 83.84% from 297); Green value is 23 (9.38% from 255 or 7.74% from 297); Blue value is 25 (10.16% from 255 or 8.42% from 297); Max value from RGB is 249 - color contains mainly: red. Hex color #F91719 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91719 is #06E8E6. Grayscale: #5B5B5B. Windows color (decimal): -452839 or 1644537. OLE color: 1644537.
HSL color Cylindrical-coordinate representation of color #F91719: hue angle of 359.47º 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 #F91719 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 23 | 25 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.02 |
| HSL | 359.47º | 0.95% | 0.53% | - |
| HSV(B) | 359.47º | 0.91% | 0.98% | - |
| XYZ | 39.55 | 20.82 | 2.85 | - |
| YUV | 90.8 | 90.87 | 240.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 23 | 25 | 0 | 0.91 | 0.90 | 0.02 | 359.47 | 0.95 | 0.53 |
| Hex | F9 | 17 | 19 | 0 | 5B | 5A | 2 | 167 | 5F | 35 |
| Octal | 371 | 27 | 31 | 0 | 133 | 132 | 2 | 547 | 137 | 65 |
| Binary | 11111001 | 10111 | 11001 | 0 | 1011011 | 1011010 | 10 | 101100111 | 1011111 | 110101 |
Color Harmonies of #F91719
Complementary color
Monochromatic Colors of #F91719
Black with #F91719
Text Example
Text Example
White with #F91719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91719; }
p { color: rgb(249,23,25); }
H1.HeaderClassName
{
color: #F91719;
}
.AnyTagClassName
{
color: #F91719;
}
</style>
background-color css
<style>
a { background-color: #F91719; }
a { background-color: rgb(249,23,25); }
div.DivClassName
{
background-color: #F91719;
}
.BgClassName
{
background-color: #F91719;
}
</style>
border-color css
<style>
span { border-color: #F91719; }
span { border-color: rgb(249,23,25); }
td.TdClassName
{
border-color: #F91719;
}
.TagClassName
{
border-color: #F91719;
}
</style>