Shades of Torch Red #F91519
Tints of Torch Red #F91519
RGB
CMYK
RGB Variations
Color information
#F91519 (or 0xF91519) is known color: Torch Red. HEX triplet: F9, 15 and 19. RGB value is (249,21,25). Sum of RGB (Red+Green+Blue) = 249+21+25=295 (39% of max value = 765). Red value is 249 (97.66% from 255 or 84.41% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 25 (10.16% from 255 or 8.47% from 295); Max value from RGB is 249 - color contains mainly: red. Hex color #F91519 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91519 is #06EAE6. Grayscale: #595959. Windows color (decimal): -453351 or 1644025. OLE color: 1644025.
HSL color Cylindrical-coordinate representation of color #F91519: hue angle of 358.95º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F91519 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 21 | 25 | - |
| CMYK | 0 | 0.92 | 0.90 | 0.02 |
| HSL | 358.95º | 0.95% | 0.53% | - |
| HSV(B) | 358.95º | 0.92% | 0.98% | - |
| XYZ | 39.51 | 20.75 | 2.84 | - |
| YUV | 89.63 | 91.54 | 241.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 21 | 25 | 0 | 0.92 | 0.90 | 0.02 | 358.95 | 0.95 | 0.53 |
| Hex | F9 | 15 | 19 | 0 | 5C | 5A | 2 | 167 | 5F | 35 |
| Octal | 371 | 25 | 31 | 0 | 134 | 132 | 2 | 547 | 137 | 65 |
| Binary | 11111001 | 10101 | 11001 | 0 | 1011100 | 1011010 | 10 | 101100111 | 1011111 | 110101 |
Color Harmonies of #F91519
Complementary color
Monochromatic Colors of #F91519
Black with #F91519
Text Example
Text Example
White with #F91519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91519; }
p { color: rgb(249,21,25); }
H1.HeaderClassName
{
color: #F91519;
}
.AnyTagClassName
{
color: #F91519;
}
</style>
background-color css
<style>
a { background-color: #F91519; }
a { background-color: rgb(249,21,25); }
div.DivClassName
{
background-color: #F91519;
}
.BgClassName
{
background-color: #F91519;
}
</style>
border-color css
<style>
span { border-color: #F91519; }
span { border-color: rgb(249,21,25); }
td.TdClassName
{
border-color: #F91519;
}
.TagClassName
{
border-color: #F91519;
}
</style>