Shades of Torch Red #F91A25
Tints of Torch Red #F91A25
RGB
CMYK
RGB Variations
Color information
#F91A25 (or 0xF91A25) is known color: Torch Red. HEX triplet: F9, 1A and 25. RGB value is (249,26,37). Sum of RGB (Red+Green+Blue) = 249+26+37=312 (41% of max value = 765). Red value is 249 (97.66% from 255 or 79.81% from 312); Green value is 26 (10.55% from 255 or 8.33% from 312); Blue value is 37 (14.84% from 255 or 11.86% from 312); Max value from RGB is 249 - color contains mainly: red. Hex color #F91A25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F91A25 is #06E5DA. Grayscale: #5E5E5E. Windows color (decimal): -452059 or 2431737. OLE color: 2431737.
HSL color Cylindrical-coordinate representation of color #F91A25: hue angle of 357.04º 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 #F91A25 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 26 | 37 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.02 |
| HSL | 357.04º | 0.95% | 0.54% | - |
| HSV(B) | 357.04º | 0.9% | 0.98% | - |
| XYZ | 39.77 | 21.01 | 3.71 | - |
| YUV | 93.93 | 95.88 | 238.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 26 | 37 | 0 | 0.90 | 0.85 | 0.02 | 357.04 | 0.95 | 0.54 |
| Hex | F9 | 1A | 25 | 0 | 5A | 55 | 2 | 165 | 5F | 36 |
| Octal | 371 | 32 | 45 | 0 | 132 | 125 | 2 | 545 | 137 | 66 |
| Binary | 11111001 | 11010 | 100101 | 0 | 1011010 | 1010101 | 10 | 101100101 | 1011111 | 110110 |
Color Harmonies of #F91A25
Complementary color
Monochromatic Colors of #F91A25
Black with #F91A25
Text Example
Text Example
White with #F91A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91A25; }
p { color: rgb(249,26,37); }
H1.HeaderClassName
{
color: #F91A25;
}
.AnyTagClassName
{
color: #F91A25;
}
</style>
background-color css
<style>
a { background-color: #F91A25; }
a { background-color: rgb(249,26,37); }
div.DivClassName
{
background-color: #F91A25;
}
.BgClassName
{
background-color: #F91A25;
}
</style>
border-color css
<style>
span { border-color: #F91A25; }
span { border-color: rgb(249,26,37); }
td.TdClassName
{
border-color: #F91A25;
}
.TagClassName
{
border-color: #F91A25;
}
</style>