Shades of Torch Red #F91C1E
Tints of Torch Red #F91C1E
RGB
CMYK
RGB Variations
Color information
#F91C1E (or 0xF91C1E) is known color: Torch Red. HEX triplet: F9, 1C and 1E. RGB value is (249,28,30). Sum of RGB (Red+Green+Blue) = 249+28+30=307 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.11% from 307); Green value is 28 (11.33% from 255 or 9.12% from 307); Blue value is 30 (12.11% from 255 or 9.77% from 307); Max value from RGB is 249 - color contains mainly: red. Hex color #F91C1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F91C1E is #06E3E1. Grayscale: #5E5E5E. Windows color (decimal): -451554 or 1973497. OLE color: 1973497.
HSL color Cylindrical-coordinate representation of color #F91C1E: hue angle of 359.46º 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 #F91C1E is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 28 | 30 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.02 |
| HSL | 359.46º | 0.95% | 0.54% | - |
| HSV(B) | 359.46º | 0.89% | 0.98% | - |
| XYZ | 39.72 | 21.06 | 3.2 | - |
| YUV | 94.31 | 91.72 | 238.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 28 | 30 | 0 | 0.89 | 0.88 | 0.02 | 359.46 | 0.95 | 0.54 |
| Hex | F9 | 1C | 1E | 0 | 59 | 58 | 2 | 167 | 5F | 36 |
| Octal | 371 | 34 | 36 | 0 | 131 | 130 | 2 | 547 | 137 | 66 |
| Binary | 11111001 | 11100 | 11110 | 0 | 1011001 | 1011000 | 10 | 101100111 | 1011111 | 110110 |
Color Harmonies of #F91C1E
Complementary color
Monochromatic Colors of #F91C1E
Black with #F91C1E
Text Example
Text Example
White with #F91C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91C1E; }
p { color: rgb(249,28,30); }
H1.HeaderClassName
{
color: #F91C1E;
}
.AnyTagClassName
{
color: #F91C1E;
}
</style>
background-color css
<style>
a { background-color: #F91C1E; }
a { background-color: rgb(249,28,30); }
div.DivClassName
{
background-color: #F91C1E;
}
.BgClassName
{
background-color: #F91C1E;
}
</style>
border-color css
<style>
span { border-color: #F91C1E; }
span { border-color: rgb(249,28,30); }
td.TdClassName
{
border-color: #F91C1E;
}
.TagClassName
{
border-color: #F91C1E;
}
</style>