Shades of Torch Red #F9111D
Tints of Torch Red #F9111D
RGB
CMYK
RGB Variations
Color information
#F9111D (or 0xF9111D) is known color: Torch Red. HEX triplet: F9, 11 and 1D. RGB value is (249,17,29). Sum of RGB (Red+Green+Blue) = 249+17+29=295 (39% of max value = 765). Red value is 249 (97.66% from 255 or 84.41% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 29 (11.72% from 255 or 9.83% from 295); Max value from RGB is 249 - color contains mainly: red. Hex color #F9111D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9111D is #06EEE2. Grayscale: #575757. Windows color (decimal): -454371 or 1905145. OLE color: 1905145.
HSL color Cylindrical-coordinate representation of color #F9111D: hue angle of 356.9º 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 #F9111D is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 17 | 29 | - |
| CMYK | 0 | 0.93 | 0.88 | 0.02 |
| HSL | 356.9º | 0.95% | 0.52% | - |
| HSV(B) | 356.9º | 0.93% | 0.98% | - |
| XYZ | 39.49 | 20.63 | 3.06 | - |
| YUV | 87.74 | 94.86 | 243.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 17 | 29 | 0 | 0.93 | 0.88 | 0.02 | 356.9 | 0.95 | 0.52 |
| Hex | F9 | 11 | 1D | 0 | 5D | 58 | 2 | 165 | 5F | 34 |
| Octal | 371 | 21 | 35 | 0 | 135 | 130 | 2 | 545 | 137 | 64 |
| Binary | 11111001 | 10001 | 11101 | 0 | 1011101 | 1011000 | 10 | 101100101 | 1011111 | 110100 |
Color Harmonies of #F9111D
Complementary color
Monochromatic Colors of #F9111D
Black with #F9111D
Text Example
Text Example
White with #F9111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9111D; }
p { color: rgb(249,17,29); }
H1.HeaderClassName
{
color: #F9111D;
}
.AnyTagClassName
{
color: #F9111D;
}
</style>
background-color css
<style>
a { background-color: #F9111D; }
a { background-color: rgb(249,17,29); }
div.DivClassName
{
background-color: #F9111D;
}
.BgClassName
{
background-color: #F9111D;
}
</style>
border-color css
<style>
span { border-color: #F9111D; }
span { border-color: rgb(249,17,29); }
td.TdClassName
{
border-color: #F9111D;
}
.TagClassName
{
border-color: #F9111D;
}
</style>