Shades of Torch Red #F9041D
Tints of Torch Red #F9041D
RGB
CMYK
RGB Variations
Color information
#F9041D (or 0xF9041D) is known color: Torch Red. HEX triplet: F9, 04 and 1D. RGB value is (249,4,29). Sum of RGB (Red+Green+Blue) = 249+4+29=282 (37% of max value = 765). Red value is 249 (97.66% from 255 or 88.30% from 282); Green value is 4 (1.95% from 255 or 1.42% from 282); Blue value is 29 (11.72% from 255 or 10.28% from 282); Max value from RGB is 249 - color contains mainly: red. Hex color #F9041D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9041D is #06FBE2. Grayscale: #505050. Windows color (decimal): -457699 or 1901817. OLE color: 1901817.
HSL color Cylindrical-coordinate representation of color #F9041D: hue angle of 353.88º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F9041D is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 4 | 29 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.02 |
| HSL | 353.88º | 0.97% | 0.5% | - |
| HSV(B) | 353.88º | 0.98% | 0.98% | - |
| XYZ | 39.33 | 20.32 | 3.01 | - |
| YUV | 80.11 | 99.17 | 248.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 4 | 29 | 0 | 0.98 | 0.88 | 0.02 | 353.88 | 0.97 | 0.5 |
| Hex | F9 | 4 | 1D | 0 | 62 | 58 | 2 | 162 | 61 | 32 |
| Octal | 371 | 4 | 35 | 0 | 142 | 130 | 2 | 542 | 141 | 62 |
| Binary | 11111001 | 100 | 11101 | 0 | 1100010 | 1011000 | 10 | 101100010 | 1100001 | 110010 |
Color Harmonies of #F9041D
Complementary color
Monochromatic Colors of #F9041D
Black with #F9041D
Text Example
Text Example
White with #F9041D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9041D; }
p { color: rgb(249,4,29); }
H1.HeaderClassName
{
color: #F9041D;
}
.AnyTagClassName
{
color: #F9041D;
}
</style>
background-color css
<style>
a { background-color: #F9041D; }
a { background-color: rgb(249,4,29); }
div.DivClassName
{
background-color: #F9041D;
}
.BgClassName
{
background-color: #F9041D;
}
</style>
border-color css
<style>
span { border-color: #F9041D; }
span { border-color: rgb(249,4,29); }
td.TdClassName
{
border-color: #F9041D;
}
.TagClassName
{
border-color: #F9041D;
}
</style>