Shades of Torch Red #F9132B
Tints of Torch Red #F9132B
RGB
CMYK
RGB Variations
Color information
#F9132B (or 0xF9132B) is known color: Torch Red. HEX triplet: F9, 13 and 2B. RGB value is (249,19,43). Sum of RGB (Red+Green+Blue) = 249+19+43=311 (41% of max value = 765). Red value is 249 (97.66% from 255 or 80.06% from 311); Green value is 19 (7.81% from 255 or 6.11% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 249 - color contains mainly: red. Hex color #F9132B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9132B is #06ECD4. Grayscale: #5A5A5A. Windows color (decimal): -453845 or 2823161. OLE color: 2823161.
HSL color Cylindrical-coordinate representation of color #F9132B: hue angle of 353.74º 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 #F9132B is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 19 | 43 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.02 |
| HSL | 353.74º | 0.95% | 0.53% | - |
| HSV(B) | 353.74º | 0.92% | 0.98% | - |
| XYZ | 39.74 | 20.78 | 4.2 | - |
| YUV | 90.51 | 101.2 | 241.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 19 | 43 | 0 | 0.92 | 0.83 | 0.02 | 353.74 | 0.95 | 0.53 |
| Hex | F9 | 13 | 2B | 0 | 5C | 53 | 2 | 162 | 5F | 35 |
| Octal | 371 | 23 | 53 | 0 | 134 | 123 | 2 | 542 | 137 | 65 |
| Binary | 11111001 | 10011 | 101011 | 0 | 1011100 | 1010011 | 10 | 101100010 | 1011111 | 110101 |
Color Harmonies of #F9132B
Complementary color
Monochromatic Colors of #F9132B
Black with #F9132B
Text Example
Text Example
White with #F9132B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9132B; }
p { color: rgb(249,19,43); }
H1.HeaderClassName
{
color: #F9132B;
}
.AnyTagClassName
{
color: #F9132B;
}
</style>
background-color css
<style>
a { background-color: #F9132B; }
a { background-color: rgb(249,19,43); }
div.DivClassName
{
background-color: #F9132B;
}
.BgClassName
{
background-color: #F9132B;
}
</style>
border-color css
<style>
span { border-color: #F9132B; }
span { border-color: rgb(249,19,43); }
td.TdClassName
{
border-color: #F9132B;
}
.TagClassName
{
border-color: #F9132B;
}
</style>