Shades of Torch Red #F9051F
Tints of Torch Red #F9051F
RGB
CMYK
RGB Variations
Color information
#F9051F (or 0xF9051F) is known color: Torch Red. HEX triplet: F9, 05 and 1F. RGB value is (249,5,31). Sum of RGB (Red+Green+Blue) = 249+5+31=285 (37% of max value = 765). Red value is 249 (97.66% from 255 or 87.37% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 31 (12.5% from 255 or 10.88% from 285); Max value from RGB is 249 - color contains mainly: red. Hex color #F9051F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9051F is #06FAE0. Grayscale: #515151. Windows color (decimal): -457441 or 2033145. OLE color: 2033145.
HSL color Cylindrical-coordinate representation of color #F9051F: hue angle of 353.61º degrees, saturation: 0.96, 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 #F9051F is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 5 | 31 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.02 |
| HSL | 353.61º | 0.96% | 0.5% | - |
| HSV(B) | 353.61º | 0.98% | 0.98% | - |
| XYZ | 39.37 | 20.35 | 3.15 | - |
| YUV | 80.92 | 99.84 | 247.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 5 | 31 | 0 | 0.98 | 0.88 | 0.02 | 353.61 | 0.96 | 0.5 |
| Hex | F9 | 5 | 1F | 0 | 62 | 58 | 2 | 162 | 60 | 32 |
| Octal | 371 | 5 | 37 | 0 | 142 | 130 | 2 | 542 | 140 | 62 |
| Binary | 11111001 | 101 | 11111 | 0 | 1100010 | 1011000 | 10 | 101100010 | 1100000 | 110010 |
Color Harmonies of #F9051F
Complementary color
Monochromatic Colors of #F9051F
Black with #F9051F
Text Example
Text Example
White with #F9051F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9051F; }
p { color: rgb(249,5,31); }
H1.HeaderClassName
{
color: #F9051F;
}
.AnyTagClassName
{
color: #F9051F;
}
</style>
background-color css
<style>
a { background-color: #F9051F; }
a { background-color: rgb(249,5,31); }
div.DivClassName
{
background-color: #F9051F;
}
.BgClassName
{
background-color: #F9051F;
}
</style>
border-color css
<style>
span { border-color: #F9051F; }
span { border-color: rgb(249,5,31); }
td.TdClassName
{
border-color: #F9051F;
}
.TagClassName
{
border-color: #F9051F;
}
</style>