Shades of Torch Red #F9203F
Tints of Torch Red #F9203F
RGB
CMYK
RGB Variations
Color information
#F9203F (or 0xF9203F) is known color: Torch Red. HEX triplet: F9, 20 and 3F. RGB value is (249,32,63). Sum of RGB (Red+Green+Blue) = 249+32+63=344 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.38% from 344); Green value is 32 (12.89% from 255 or 9.30% from 344); Blue value is 63 (25% from 255 or 18.31% from 344); Max value from RGB is 249 - color contains mainly: red. Hex color #F9203F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9203F is #06DFC0. Grayscale: #646464. Windows color (decimal): -450497 or 4137209. OLE color: 4137209.
HSL color Cylindrical-coordinate representation of color #F9203F: hue angle of 351.43º 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 #F9203F is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 32 | 63 | - |
| CMYK | 0 | 0.87 | 0.75 | 0.02 |
| HSL | 351.43º | 0.95% | 0.55% | - |
| HSV(B) | 351.43º | 0.87% | 0.98% | - |
| XYZ | 40.48 | 21.53 | 6.73 | - |
| YUV | 100.42 | 106.89 | 233.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 32 | 63 | 0 | 0.87 | 0.75 | 0.02 | 351.43 | 0.95 | 0.55 |
| Hex | F9 | 20 | 3F | 0 | 57 | 4B | 2 | 15F | 5F | 37 |
| Octal | 371 | 40 | 77 | 0 | 127 | 113 | 2 | 537 | 137 | 67 |
| Binary | 11111001 | 100000 | 111111 | 0 | 1010111 | 1001011 | 10 | 101011111 | 1011111 | 110111 |
Color Harmonies of #F9203F
Complementary color
Monochromatic Colors of #F9203F
Black with #F9203F
Text Example
Text Example
White with #F9203F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9203F; }
p { color: rgb(249,32,63); }
H1.HeaderClassName
{
color: #F9203F;
}
.AnyTagClassName
{
color: #F9203F;
}
</style>
background-color css
<style>
a { background-color: #F9203F; }
a { background-color: rgb(249,32,63); }
div.DivClassName
{
background-color: #F9203F;
}
.BgClassName
{
background-color: #F9203F;
}
</style>
border-color css
<style>
span { border-color: #F9203F; }
span { border-color: rgb(249,32,63); }
td.TdClassName
{
border-color: #F9203F;
}
.TagClassName
{
border-color: #F9203F;
}
</style>