Shades of Torch Red #F9052B
Tints of Torch Red #F9052B
RGB
CMYK
RGB Variations
Color information
#F9052B (or 0xF9052B) is known color: Torch Red. HEX triplet: F9, 05 and 2B. RGB value is (249,5,43). Sum of RGB (Red+Green+Blue) = 249+5+43=297 (39% of max value = 765). Red value is 249 (97.66% from 255 or 83.84% from 297); Green value is 5 (2.34% from 255 or 1.68% from 297); Blue value is 43 (17.19% from 255 or 14.48% from 297); Max value from RGB is 249 - color contains mainly: red. Hex color #F9052B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9052B is #06FAD4. Grayscale: #525252. Windows color (decimal): -457429 or 2819577. OLE color: 2819577.
HSL color Cylindrical-coordinate representation of color #F9052B: hue angle of 350.66º 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 #F9052B is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 5 | 43 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.02 |
| HSL | 350.66º | 0.96% | 0.5% | - |
| HSV(B) | 350.66º | 0.98% | 0.98% | - |
| XYZ | 39.56 | 20.42 | 4.14 | - |
| YUV | 82.29 | 105.84 | 246.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 5 | 43 | 0 | 0.98 | 0.83 | 0.02 | 350.66 | 0.96 | 0.5 |
| Hex | F9 | 5 | 2B | 0 | 62 | 53 | 2 | 15F | 60 | 32 |
| Octal | 371 | 5 | 53 | 0 | 142 | 123 | 2 | 537 | 140 | 62 |
| Binary | 11111001 | 101 | 101011 | 0 | 1100010 | 1010011 | 10 | 101011111 | 1100000 | 110010 |
Color Harmonies of #F9052B
Complementary color
Monochromatic Colors of #F9052B
Black with #F9052B
Text Example
Text Example
White with #F9052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9052B; }
p { color: rgb(249,5,43); }
H1.HeaderClassName
{
color: #F9052B;
}
.AnyTagClassName
{
color: #F9052B;
}
</style>
background-color css
<style>
a { background-color: #F9052B; }
a { background-color: rgb(249,5,43); }
div.DivClassName
{
background-color: #F9052B;
}
.BgClassName
{
background-color: #F9052B;
}
</style>
border-color css
<style>
span { border-color: #F9052B; }
span { border-color: rgb(249,5,43); }
td.TdClassName
{
border-color: #F9052B;
}
.TagClassName
{
border-color: #F9052B;
}
</style>