Shades of Torch Red #F91534
Tints of Torch Red #F91534
RGB
CMYK
RGB Variations
Color information
#F91534 (or 0xF91534) is known color: Torch Red. HEX triplet: F9, 15 and 34. RGB value is (249,21,52). Sum of RGB (Red+Green+Blue) = 249+21+52=322 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.33% from 322); Green value is 21 (8.59% from 255 or 6.52% from 322); Blue value is 52 (20.70% from 255 or 16.15% from 322); Max value from RGB is 249 - color contains mainly: red. Hex color #F91534 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91534 is #06EACB. Grayscale: #5C5C5C. Windows color (decimal): -453324 or 3413497. OLE color: 3413497.
HSL color Cylindrical-coordinate representation of color #F91534: hue angle of 351.84º 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 #F91534 is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 21 | 52 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.02 |
| HSL | 351.84º | 0.95% | 0.53% | - |
| HSV(B) | 351.84º | 0.92% | 0.98% | - |
| XYZ | 39.95 | 20.92 | 5.18 | - |
| YUV | 92.71 | 105.04 | 239.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 21 | 52 | 0 | 0.92 | 0.79 | 0.02 | 351.84 | 0.95 | 0.53 |
| Hex | F9 | 15 | 34 | 0 | 5C | 4F | 2 | 160 | 5F | 35 |
| Octal | 371 | 25 | 64 | 0 | 134 | 117 | 2 | 540 | 137 | 65 |
| Binary | 11111001 | 10101 | 110100 | 0 | 1011100 | 1001111 | 10 | 101100000 | 1011111 | 110101 |
Color Harmonies of #F91534
Complementary color
Monochromatic Colors of #F91534
Black with #F91534
Text Example
Text Example
White with #F91534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91534; }
p { color: rgb(249,21,52); }
H1.HeaderClassName
{
color: #F91534;
}
.AnyTagClassName
{
color: #F91534;
}
</style>
background-color css
<style>
a { background-color: #F91534; }
a { background-color: rgb(249,21,52); }
div.DivClassName
{
background-color: #F91534;
}
.BgClassName
{
background-color: #F91534;
}
</style>
border-color css
<style>
span { border-color: #F91534; }
span { border-color: rgb(249,21,52); }
td.TdClassName
{
border-color: #F91534;
}
.TagClassName
{
border-color: #F91534;
}
</style>