Shades of Torch Red #F91125
Tints of Torch Red #F91125
RGB
CMYK
RGB Variations
Color information
#F91125 (or 0xF91125) is known color: Torch Red. HEX triplet: F9, 11 and 25. RGB value is (249,17,37). Sum of RGB (Red+Green+Blue) = 249+17+37=303 (40% of max value = 765). Red value is 249 (97.66% from 255 or 82.18% from 303); Green value is 17 (7.03% from 255 or 5.61% from 303); Blue value is 37 (14.84% from 255 or 12.21% from 303); Max value from RGB is 249 - color contains mainly: red. Hex color #F91125 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91125 is #06EEDA. Grayscale: #585858. Windows color (decimal): -454363 or 2429433. OLE color: 2429433.
HSL color Cylindrical-coordinate representation of color #F91125: hue angle of 354.83º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F91125 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 17 | 37 | - |
| CMYK | 0 | 0.93 | 0.85 | 0.02 |
| HSL | 354.83º | 0.95% | 0.52% | - |
| HSV(B) | 354.83º | 0.93% | 0.98% | - |
| XYZ | 39.6 | 20.67 | 3.65 | - |
| YUV | 88.65 | 98.86 | 242.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 17 | 37 | 0 | 0.93 | 0.85 | 0.02 | 354.83 | 0.95 | 0.52 |
| Hex | F9 | 11 | 25 | 0 | 5D | 55 | 2 | 163 | 5F | 34 |
| Octal | 371 | 21 | 45 | 0 | 135 | 125 | 2 | 543 | 137 | 64 |
| Binary | 11111001 | 10001 | 100101 | 0 | 1011101 | 1010101 | 10 | 101100011 | 1011111 | 110100 |
Color Harmonies of #F91125
Complementary color
Monochromatic Colors of #F91125
Black with #F91125
Text Example
Text Example
White with #F91125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91125; }
p { color: rgb(249,17,37); }
H1.HeaderClassName
{
color: #F91125;
}
.AnyTagClassName
{
color: #F91125;
}
</style>
background-color css
<style>
a { background-color: #F91125; }
a { background-color: rgb(249,17,37); }
div.DivClassName
{
background-color: #F91125;
}
.BgClassName
{
background-color: #F91125;
}
</style>
border-color css
<style>
span { border-color: #F91125; }
span { border-color: rgb(249,17,37); }
td.TdClassName
{
border-color: #F91125;
}
.TagClassName
{
border-color: #F91125;
}
</style>