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