Shades of Torch Red #F9032E
Tints of Torch Red #F9032E
RGB
CMYK
RGB Variations
Color information
#F9032E (or 0xF9032E) is known color: Torch Red. HEX triplet: F9, 03 and 2E. RGB value is (249,3,46). Sum of RGB (Red+Green+Blue) = 249+3+46=298 (39% of max value = 765). Red value is 249 (97.66% from 255 or 83.56% from 298); Green value is 3 (1.56% from 255 or 1.01% from 298); Blue value is 46 (18.36% from 255 or 15.44% from 298); Max value from RGB is 249 - color contains mainly: red. Hex color #F9032E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9032E is #06FCD1. Grayscale: #515151. Windows color (decimal): -457938 or 3015673. OLE color: 3015673.
HSL color Cylindrical-coordinate representation of color #F9032E: hue angle of 349.51º 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 #F9032E is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 3 | 46 | - |
| CMYK | 0 | 0.99 | 0.82 | 0.02 |
| HSL | 349.51º | 0.98% | 0.49% | - |
| HSV(B) | 349.51º | 0.99% | 0.98% | - |
| XYZ | 39.59 | 20.4 | 4.44 | - |
| YUV | 81.46 | 108 | 247.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 3 | 46 | 0 | 0.99 | 0.82 | 0.02 | 349.51 | 0.98 | 0.49 |
| Hex | F9 | 3 | 2E | 0 | 63 | 52 | 2 | 15E | 62 | 31 |
| Octal | 371 | 3 | 56 | 0 | 143 | 122 | 2 | 536 | 142 | 61 |
| Binary | 11111001 | 11 | 101110 | 0 | 1100011 | 1010010 | 10 | 101011110 | 1100010 | 110001 |
Color Harmonies of #F9032E
Complementary color
Monochromatic Colors of #F9032E
Black with #F9032E
Text Example
Text Example
White with #F9032E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9032E; }
p { color: rgb(249,3,46); }
H1.HeaderClassName
{
color: #F9032E;
}
.AnyTagClassName
{
color: #F9032E;
}
</style>
background-color css
<style>
a { background-color: #F9032E; }
a { background-color: rgb(249,3,46); }
div.DivClassName
{
background-color: #F9032E;
}
.BgClassName
{
background-color: #F9032E;
}
</style>
border-color css
<style>
span { border-color: #F9032E; }
span { border-color: rgb(249,3,46); }
td.TdClassName
{
border-color: #F9032E;
}
.TagClassName
{
border-color: #F9032E;
}
</style>