Shades of Torch Red #F9132C
Tints of Torch Red #F9132C
RGB
CMYK
RGB Variations
Color information
#F9132C (or 0xF9132C) is known color: Torch Red. HEX triplet: F9, 13 and 2C. RGB value is (249,19,44). Sum of RGB (Red+Green+Blue) = 249+19+44=312 (41% of max value = 765). Red value is 249 (97.66% from 255 or 79.81% from 312); Green value is 19 (7.81% from 255 or 6.09% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 249 - color contains mainly: red. Hex color #F9132C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9132C is #06ECD3. Grayscale: #5A5A5A. Windows color (decimal): -453844 or 2888697. OLE color: 2888697.
HSL color Cylindrical-coordinate representation of color #F9132C: hue angle of 353.48º 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 #F9132C is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 19 | 44 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.02 |
| HSL | 353.48º | 0.95% | 0.53% | - |
| HSV(B) | 353.48º | 0.92% | 0.98% | - |
| XYZ | 39.75 | 20.79 | 4.3 | - |
| YUV | 90.62 | 101.7 | 240.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 19 | 44 | 0 | 0.92 | 0.82 | 0.02 | 353.48 | 0.95 | 0.53 |
| Hex | F9 | 13 | 2C | 0 | 5C | 52 | 2 | 161 | 5F | 35 |
| Octal | 371 | 23 | 54 | 0 | 134 | 122 | 2 | 541 | 137 | 65 |
| Binary | 11111001 | 10011 | 101100 | 0 | 1011100 | 1010010 | 10 | 101100001 | 1011111 | 110101 |
Color Harmonies of #F9132C
Complementary color
Monochromatic Colors of #F9132C
Black with #F9132C
Text Example
Text Example
White with #F9132C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9132C; }
p { color: rgb(249,19,44); }
H1.HeaderClassName
{
color: #F9132C;
}
.AnyTagClassName
{
color: #F9132C;
}
</style>
background-color css
<style>
a { background-color: #F9132C; }
a { background-color: rgb(249,19,44); }
div.DivClassName
{
background-color: #F9132C;
}
.BgClassName
{
background-color: #F9132C;
}
</style>
border-color css
<style>
span { border-color: #F9132C; }
span { border-color: rgb(249,19,44); }
td.TdClassName
{
border-color: #F9132C;
}
.TagClassName
{
border-color: #F9132C;
}
</style>