Shades of Torch Red #F91C2E
Tints of Torch Red #F91C2E
RGB
CMYK
RGB Variations
Color information
#F91C2E (or 0xF91C2E) is known color: Torch Red. HEX triplet: F9, 1C and 2E. RGB value is (249,28,46). Sum of RGB (Red+Green+Blue) = 249+28+46=323 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.09% from 323); Green value is 28 (11.33% from 255 or 8.67% from 323); Blue value is 46 (18.36% from 255 or 14.24% from 323); Max value from RGB is 249 - color contains mainly: red. Hex color #F91C2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F91C2E is #06E3D1. Grayscale: #606060. Windows color (decimal): -451538 or 3022073. OLE color: 3022073.
HSL color Cylindrical-coordinate representation of color #F91C2E: hue angle of 355.11º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F91C2E is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 28 | 46 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.02 |
| HSL | 355.11º | 0.95% | 0.54% | - |
| HSV(B) | 355.11º | 0.89% | 0.98% | - |
| XYZ | 39.98 | 21.17 | 4.56 | - |
| YUV | 96.13 | 99.72 | 237.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 28 | 46 | 0 | 0.89 | 0.82 | 0.02 | 355.11 | 0.95 | 0.54 |
| Hex | F9 | 1C | 2E | 0 | 59 | 52 | 2 | 163 | 5F | 36 |
| Octal | 371 | 34 | 56 | 0 | 131 | 122 | 2 | 543 | 137 | 66 |
| Binary | 11111001 | 11100 | 101110 | 0 | 1011001 | 1010010 | 10 | 101100011 | 1011111 | 110110 |
Color Harmonies of #F91C2E
Complementary color
Monochromatic Colors of #F91C2E
Black with #F91C2E
Text Example
Text Example
White with #F91C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91C2E; }
p { color: rgb(249,28,46); }
H1.HeaderClassName
{
color: #F91C2E;
}
.AnyTagClassName
{
color: #F91C2E;
}
</style>
background-color css
<style>
a { background-color: #F91C2E; }
a { background-color: rgb(249,28,46); }
div.DivClassName
{
background-color: #F91C2E;
}
.BgClassName
{
background-color: #F91C2E;
}
</style>
border-color css
<style>
span { border-color: #F91C2E; }
span { border-color: rgb(249,28,46); }
td.TdClassName
{
border-color: #F91C2E;
}
.TagClassName
{
border-color: #F91C2E;
}
</style>