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