Shades of Torch Red #F9202A
Tints of Torch Red #F9202A
RGB
CMYK
RGB Variations
Color information
#F9202A (or 0xF9202A) is known color: Torch Red. HEX triplet: F9, 20 and 2A. RGB value is (249,32,42). Sum of RGB (Red+Green+Blue) = 249+32+42=323 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.09% from 323); Green value is 32 (12.89% from 255 or 9.91% from 323); Blue value is 42 (16.80% from 255 or 13.00% from 323); Max value from RGB is 249 - color contains mainly: red. Hex color #F9202A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9202A is #06DFD5. Grayscale: #626262. Windows color (decimal): -450518 or 2760953. OLE color: 2760953.
HSL color Cylindrical-coordinate representation of color #F9202A: hue angle of 357.24º 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 #F9202A is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 32 | 42 | - |
| CMYK | 0 | 0.87 | 0.83 | 0.02 |
| HSL | 357.24º | 0.95% | 0.55% | - |
| HSV(B) | 357.24º | 0.87% | 0.98% | - |
| XYZ | 40 | 21.34 | 4.2 | - |
| YUV | 98.02 | 96.39 | 235.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 32 | 42 | 0 | 0.87 | 0.83 | 0.02 | 357.24 | 0.95 | 0.55 |
| Hex | F9 | 20 | 2A | 0 | 57 | 53 | 2 | 165 | 5F | 37 |
| Octal | 371 | 40 | 52 | 0 | 127 | 123 | 2 | 545 | 137 | 67 |
| Binary | 11111001 | 100000 | 101010 | 0 | 1010111 | 1010011 | 10 | 101100101 | 1011111 | 110111 |
Color Harmonies of #F9202A
Complementary color
Monochromatic Colors of #F9202A
Black with #F9202A
Text Example
Text Example
White with #F9202A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9202A; }
p { color: rgb(249,32,42); }
H1.HeaderClassName
{
color: #F9202A;
}
.AnyTagClassName
{
color: #F9202A;
}
</style>
background-color css
<style>
a { background-color: #F9202A; }
a { background-color: rgb(249,32,42); }
div.DivClassName
{
background-color: #F9202A;
}
.BgClassName
{
background-color: #F9202A;
}
</style>
border-color css
<style>
span { border-color: #F9202A; }
span { border-color: rgb(249,32,42); }
td.TdClassName
{
border-color: #F9202A;
}
.TagClassName
{
border-color: #F9202A;
}
</style>