Shades of Torch Red #F91725
Tints of Torch Red #F91725
RGB
CMYK
RGB Variations
Color information
#F91725 (or 0xF91725) is known color: Torch Red. HEX triplet: F9, 17 and 25. RGB value is (249,23,37). Sum of RGB (Red+Green+Blue) = 249+23+37=309 (40% of max value = 765). Red value is 249 (97.66% from 255 or 80.58% from 309); Green value is 23 (9.38% from 255 or 7.44% from 309); Blue value is 37 (14.84% from 255 or 11.97% from 309); Max value from RGB is 249 - color contains mainly: red. Hex color #F91725 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91725 is #06E8DA. Grayscale: #5C5C5C. Windows color (decimal): -452827 or 2430969. OLE color: 2430969.
HSL color Cylindrical-coordinate representation of color #F91725: hue angle of 356.28º 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 #F91725 is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 23 | 37 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.02 |
| HSL | 356.28º | 0.95% | 0.53% | - |
| HSV(B) | 356.28º | 0.91% | 0.98% | - |
| XYZ | 39.71 | 20.89 | 3.69 | - |
| YUV | 92.17 | 96.87 | 239.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 23 | 37 | 0 | 0.91 | 0.85 | 0.02 | 356.28 | 0.95 | 0.53 |
| Hex | F9 | 17 | 25 | 0 | 5B | 55 | 2 | 164 | 5F | 35 |
| Octal | 371 | 27 | 45 | 0 | 133 | 125 | 2 | 544 | 137 | 65 |
| Binary | 11111001 | 10111 | 100101 | 0 | 1011011 | 1010101 | 10 | 101100100 | 1011111 | 110101 |
Color Harmonies of #F91725
Complementary color
Monochromatic Colors of #F91725
Black with #F91725
Text Example
Text Example
White with #F91725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91725; }
p { color: rgb(249,23,37); }
H1.HeaderClassName
{
color: #F91725;
}
.AnyTagClassName
{
color: #F91725;
}
</style>
background-color css
<style>
a { background-color: #F91725; }
a { background-color: rgb(249,23,37); }
div.DivClassName
{
background-color: #F91725;
}
.BgClassName
{
background-color: #F91725;
}
</style>
border-color css
<style>
span { border-color: #F91725; }
span { border-color: rgb(249,23,37); }
td.TdClassName
{
border-color: #F91725;
}
.TagClassName
{
border-color: #F91725;
}
</style>