Shades of Torch Red #F9032C
Tints of Torch Red #F9032C
RGB
CMYK
RGB Variations
Color information
#F9032C (or 0xF9032C) is known color: Torch Red. HEX triplet: F9, 03 and 2C. RGB value is (249,3,44). Sum of RGB (Red+Green+Blue) = 249+3+44=296 (39% of max value = 765). Red value is 249 (97.66% from 255 or 84.12% from 296); Green value is 3 (1.56% from 255 or 1.01% from 296); Blue value is 44 (17.58% from 255 or 14.86% from 296); Max value from RGB is 249 - color contains mainly: red. Hex color #F9032C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9032C is #06FCD3. Grayscale: #515151. Windows color (decimal): -457940 or 2884601. OLE color: 2884601.
HSL color Cylindrical-coordinate representation of color #F9032C: hue angle of 350º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F9032C is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 3 | 44 | - |
| CMYK | 0 | 0.99 | 0.82 | 0.02 |
| HSL | 350º | 0.98% | 0.49% | - |
| HSV(B) | 350º | 0.99% | 0.98% | - |
| XYZ | 39.55 | 20.39 | 4.23 | - |
| YUV | 81.23 | 107 | 247.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 3 | 44 | 0 | 0.99 | 0.82 | 0.02 | 350 | 0.98 | 0.49 |
| Hex | F9 | 3 | 2C | 0 | 63 | 52 | 2 | 15E | 62 | 31 |
| Octal | 371 | 3 | 54 | 0 | 143 | 122 | 2 | 536 | 142 | 61 |
| Binary | 11111001 | 11 | 101100 | 0 | 1100011 | 1010010 | 10 | 101011110 | 1100010 | 110001 |
Color Harmonies of #F9032C
Complementary color
Monochromatic Colors of #F9032C
Black with #F9032C
Text Example
Text Example
White with #F9032C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9032C; }
p { color: rgb(249,3,44); }
H1.HeaderClassName
{
color: #F9032C;
}
.AnyTagClassName
{
color: #F9032C;
}
</style>
background-color css
<style>
a { background-color: #F9032C; }
a { background-color: rgb(249,3,44); }
div.DivClassName
{
background-color: #F9032C;
}
.BgClassName
{
background-color: #F9032C;
}
</style>
border-color css
<style>
span { border-color: #F9032C; }
span { border-color: rgb(249,3,44); }
td.TdClassName
{
border-color: #F9032C;
}
.TagClassName
{
border-color: #F9032C;
}
</style>