Shades of Torch Red #F9113D
Tints of Torch Red #F9113D
RGB
CMYK
RGB Variations
Color information
#F9113D (or 0xF9113D) is known color: Torch Red. HEX triplet: F9, 11 and 3D. RGB value is (249,17,61). Sum of RGB (Red+Green+Blue) = 249+17+61=327 (43% of max value = 765). Red value is 249 (97.66% from 255 or 76.15% from 327); Green value is 17 (7.03% from 255 or 5.20% from 327); Blue value is 61 (24.22% from 255 or 18.65% from 327); Max value from RGB is 249 - color contains mainly: red. Hex color #F9113D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9113D is #06EEC2. Grayscale: #5B5B5B. Windows color (decimal): -454339 or 4002297. OLE color: 4002297.
HSL color Cylindrical-coordinate representation of color #F9113D: hue angle of 348.62º 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 #F9113D is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 17 | 61 | - |
| CMYK | 0 | 0.93 | 0.76 | 0.02 |
| HSL | 348.62º | 0.95% | 0.52% | - |
| HSV(B) | 348.62º | 0.93% | 0.98% | - |
| XYZ | 40.11 | 20.88 | 6.33 | - |
| YUV | 91.38 | 110.86 | 240.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 17 | 61 | 0 | 0.93 | 0.76 | 0.02 | 348.62 | 0.95 | 0.52 |
| Hex | F9 | 11 | 3D | 0 | 5D | 4C | 2 | 15D | 5F | 34 |
| Octal | 371 | 21 | 75 | 0 | 135 | 114 | 2 | 535 | 137 | 64 |
| Binary | 11111001 | 10001 | 111101 | 0 | 1011101 | 1001100 | 10 | 101011101 | 1011111 | 110100 |
Color Harmonies of #F9113D
Complementary color
Monochromatic Colors of #F9113D
Black with #F9113D
Text Example
Text Example
White with #F9113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9113D; }
p { color: rgb(249,17,61); }
H1.HeaderClassName
{
color: #F9113D;
}
.AnyTagClassName
{
color: #F9113D;
}
</style>
background-color css
<style>
a { background-color: #F9113D; }
a { background-color: rgb(249,17,61); }
div.DivClassName
{
background-color: #F9113D;
}
.BgClassName
{
background-color: #F9113D;
}
</style>
border-color css
<style>
span { border-color: #F9113D; }
span { border-color: rgb(249,17,61); }
td.TdClassName
{
border-color: #F9113D;
}
.TagClassName
{
border-color: #F9113D;
}
</style>