Shades of Torch Red #F91528
Tints of Torch Red #F91528
RGB
CMYK
RGB Variations
Color information
#F91528 (or 0xF91528) is known color: Torch Red. HEX triplet: F9, 15 and 28. RGB value is (249,21,40). Sum of RGB (Red+Green+Blue) = 249+21+40=310 (41% of max value = 765). Red value is 249 (97.66% from 255 or 80.32% from 310); Green value is 21 (8.59% from 255 or 6.77% from 310); Blue value is 40 (16.02% from 255 or 12.90% from 310); Max value from RGB is 249 - color contains mainly: red. Hex color #F91528 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91528 is #06EAD7. Grayscale: #5B5B5B. Windows color (decimal): -453336 or 2627065. OLE color: 2627065.
HSL color Cylindrical-coordinate representation of color #F91528: hue angle of 355º 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 #F91528 is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 21 | 40 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.02 |
| HSL | 355º | 0.95% | 0.53% | - |
| HSV(B) | 355º | 0.92% | 0.98% | - |
| XYZ | 39.72 | 20.83 | 3.93 | - |
| YUV | 91.34 | 99.04 | 240.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 21 | 40 | 0 | 0.92 | 0.84 | 0.02 | 355 | 0.95 | 0.53 |
| Hex | F9 | 15 | 28 | 0 | 5C | 54 | 2 | 163 | 5F | 35 |
| Octal | 371 | 25 | 50 | 0 | 134 | 124 | 2 | 543 | 137 | 65 |
| Binary | 11111001 | 10101 | 101000 | 0 | 1011100 | 1010100 | 10 | 101100011 | 1011111 | 110101 |
Color Harmonies of #F91528
Complementary color
Monochromatic Colors of #F91528
Black with #F91528
Text Example
Text Example
White with #F91528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91528; }
p { color: rgb(249,21,40); }
H1.HeaderClassName
{
color: #F91528;
}
.AnyTagClassName
{
color: #F91528;
}
</style>
background-color css
<style>
a { background-color: #F91528; }
a { background-color: rgb(249,21,40); }
div.DivClassName
{
background-color: #F91528;
}
.BgClassName
{
background-color: #F91528;
}
</style>
border-color css
<style>
span { border-color: #F91528; }
span { border-color: rgb(249,21,40); }
td.TdClassName
{
border-color: #F91528;
}
.TagClassName
{
border-color: #F91528;
}
</style>