Shades of Torch Red #F9052C
Tints of Torch Red #F9052C
RGB
CMYK
RGB Variations
Color information
#F9052C (or 0xF9052C) is known color: Torch Red. HEX triplet: F9, 05 and 2C. RGB value is (249,5,44). Sum of RGB (Red+Green+Blue) = 249+5+44=298 (39% of max value = 765). Red value is 249 (97.66% from 255 or 83.56% from 298); Green value is 5 (2.34% from 255 or 1.68% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 249 - color contains mainly: red. Hex color #F9052C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9052C is #06FAD3. Grayscale: #525252. Windows color (decimal): -457428 or 2885113. OLE color: 2885113.
HSL color Cylindrical-coordinate representation of color #F9052C: hue angle of 350.41º 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 #F9052C is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 5 | 44 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.02 |
| HSL | 350.41º | 0.96% | 0.5% | - |
| HSV(B) | 350.41º | 0.98% | 0.98% | - |
| XYZ | 39.58 | 20.43 | 4.24 | - |
| YUV | 82.4 | 106.34 | 246.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 5 | 44 | 0 | 0.98 | 0.82 | 0.02 | 350.41 | 0.96 | 0.5 |
| Hex | F9 | 5 | 2C | 0 | 62 | 52 | 2 | 15E | 60 | 32 |
| Octal | 371 | 5 | 54 | 0 | 142 | 122 | 2 | 536 | 140 | 62 |
| Binary | 11111001 | 101 | 101100 | 0 | 1100010 | 1010010 | 10 | 101011110 | 1100000 | 110010 |
Color Harmonies of #F9052C
Complementary color
Monochromatic Colors of #F9052C
Black with #F9052C
Text Example
Text Example
White with #F9052C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9052C; }
p { color: rgb(249,5,44); }
H1.HeaderClassName
{
color: #F9052C;
}
.AnyTagClassName
{
color: #F9052C;
}
</style>
background-color css
<style>
a { background-color: #F9052C; }
a { background-color: rgb(249,5,44); }
div.DivClassName
{
background-color: #F9052C;
}
.BgClassName
{
background-color: #F9052C;
}
</style>
border-color css
<style>
span { border-color: #F9052C; }
span { border-color: rgb(249,5,44); }
td.TdClassName
{
border-color: #F9052C;
}
.TagClassName
{
border-color: #F9052C;
}
</style>