Shades of Torch Red #F91619
Tints of Torch Red #F91619
RGB
CMYK
RGB Variations
Color information
#F91619 (or 0xF91619) is known color: Torch Red. HEX triplet: F9, 16 and 19. RGB value is (249,22,25). Sum of RGB (Red+Green+Blue) = 249+22+25=296 (39% of max value = 765). Red value is 249 (97.66% from 255 or 84.12% from 296); Green value is 22 (8.98% from 255 or 7.43% from 296); Blue value is 25 (10.16% from 255 or 8.45% from 296); Max value from RGB is 249 - color contains mainly: red. Hex color #F91619 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91619 is #06E9E6. Grayscale: #5A5A5A. Windows color (decimal): -453095 or 1644281. OLE color: 1644281.
HSL color Cylindrical-coordinate representation of color #F91619: hue angle of 359.21º 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 #F91619 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 22 | 25 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.02 |
| HSL | 359.21º | 0.95% | 0.53% | - |
| HSV(B) | 359.21º | 0.91% | 0.98% | - |
| XYZ | 39.53 | 20.78 | 2.85 | - |
| YUV | 90.22 | 91.21 | 241.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 22 | 25 | 0 | 0.91 | 0.90 | 0.02 | 359.21 | 0.95 | 0.53 |
| Hex | F9 | 16 | 19 | 0 | 5B | 5A | 2 | 167 | 5F | 35 |
| Octal | 371 | 26 | 31 | 0 | 133 | 132 | 2 | 547 | 137 | 65 |
| Binary | 11111001 | 10110 | 11001 | 0 | 1011011 | 1011010 | 10 | 101100111 | 1011111 | 110101 |
Color Harmonies of #F91619
Complementary color
Monochromatic Colors of #F91619
Black with #F91619
Text Example
Text Example
White with #F91619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91619; }
p { color: rgb(249,22,25); }
H1.HeaderClassName
{
color: #F91619;
}
.AnyTagClassName
{
color: #F91619;
}
</style>
background-color css
<style>
a { background-color: #F91619; }
a { background-color: rgb(249,22,25); }
div.DivClassName
{
background-color: #F91619;
}
.BgClassName
{
background-color: #F91619;
}
</style>
border-color css
<style>
span { border-color: #F91619; }
span { border-color: rgb(249,22,25); }
td.TdClassName
{
border-color: #F91619;
}
.TagClassName
{
border-color: #F91619;
}
</style>