Shades of Torch Red #F9202C
Tints of Torch Red #F9202C
RGB
CMYK
RGB Variations
Color information
#F9202C (or 0xF9202C) is known color: Torch Red. HEX triplet: F9, 20 and 2C. RGB value is (249,32,44). Sum of RGB (Red+Green+Blue) = 249+32+44=325 (43% of max value = 765). Red value is 249 (97.66% from 255 or 76.62% from 325); Green value is 32 (12.89% from 255 or 9.85% from 325); Blue value is 44 (17.58% from 255 or 13.54% from 325); Max value from RGB is 249 - color contains mainly: red. Hex color #F9202C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9202C is #06DFD3. Grayscale: #626262. Windows color (decimal): -450516 or 2892025. OLE color: 2892025.
HSL color Cylindrical-coordinate representation of color #F9202C: hue angle of 356.68º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F9202C is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 32 | 44 | - |
| CMYK | 0 | 0.87 | 0.82 | 0.02 |
| HSL | 356.68º | 0.95% | 0.55% | - |
| HSV(B) | 356.68º | 0.87% | 0.98% | - |
| XYZ | 40.04 | 21.35 | 4.39 | - |
| YUV | 98.25 | 97.39 | 235.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 32 | 44 | 0 | 0.87 | 0.82 | 0.02 | 356.68 | 0.95 | 0.55 |
| Hex | F9 | 20 | 2C | 0 | 57 | 52 | 2 | 165 | 5F | 37 |
| Octal | 371 | 40 | 54 | 0 | 127 | 122 | 2 | 545 | 137 | 67 |
| Binary | 11111001 | 100000 | 101100 | 0 | 1010111 | 1010010 | 10 | 101100101 | 1011111 | 110111 |
Color Harmonies of #F9202C
Complementary color
Monochromatic Colors of #F9202C
Black with #F9202C
Text Example
Text Example
White with #F9202C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9202C; }
p { color: rgb(249,32,44); }
H1.HeaderClassName
{
color: #F9202C;
}
.AnyTagClassName
{
color: #F9202C;
}
</style>
background-color css
<style>
a { background-color: #F9202C; }
a { background-color: rgb(249,32,44); }
div.DivClassName
{
background-color: #F9202C;
}
.BgClassName
{
background-color: #F9202C;
}
</style>
border-color css
<style>
span { border-color: #F9202C; }
span { border-color: rgb(249,32,44); }
td.TdClassName
{
border-color: #F9202C;
}
.TagClassName
{
border-color: #F9202C;
}
</style>