Shades of Torch Red #F9203D
Tints of Torch Red #F9203D
RGB
CMYK
RGB Variations
Color information
#F9203D (or 0xF9203D) is known color: Torch Red. HEX triplet: F9, 20 and 3D. RGB value is (249,32,61). Sum of RGB (Red+Green+Blue) = 249+32+61=342 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.81% from 342); Green value is 32 (12.89% from 255 or 9.36% from 342); Blue value is 61 (24.22% from 255 or 17.84% from 342); Max value from RGB is 249 - color contains mainly: red. Hex color #F9203D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9203D is #06DFC2. Grayscale: #646464. Windows color (decimal): -450499 or 4006137. OLE color: 4006137.
HSL color Cylindrical-coordinate representation of color #F9203D: hue angle of 351.98º 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 #F9203D is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 32 | 61 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.02 |
| HSL | 351.98º | 0.95% | 0.55% | - |
| HSV(B) | 351.98º | 0.87% | 0.98% | - |
| XYZ | 40.43 | 21.51 | 6.44 | - |
| YUV | 100.19 | 105.89 | 234.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 32 | 61 | 0 | 0.87 | 0.76 | 0.02 | 351.98 | 0.95 | 0.55 |
| Hex | F9 | 20 | 3D | 0 | 57 | 4C | 2 | 160 | 5F | 37 |
| Octal | 371 | 40 | 75 | 0 | 127 | 114 | 2 | 540 | 137 | 67 |
| Binary | 11111001 | 100000 | 111101 | 0 | 1010111 | 1001100 | 10 | 101100000 | 1011111 | 110111 |
Color Harmonies of #F9203D
Complementary color
Monochromatic Colors of #F9203D
Black with #F9203D
Text Example
Text Example
White with #F9203D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9203D; }
p { color: rgb(249,32,61); }
H1.HeaderClassName
{
color: #F9203D;
}
.AnyTagClassName
{
color: #F9203D;
}
</style>
background-color css
<style>
a { background-color: #F9203D; }
a { background-color: rgb(249,32,61); }
div.DivClassName
{
background-color: #F9203D;
}
.BgClassName
{
background-color: #F9203D;
}
</style>
border-color css
<style>
span { border-color: #F9203D; }
span { border-color: rgb(249,32,61); }
td.TdClassName
{
border-color: #F9203D;
}
.TagClassName
{
border-color: #F9203D;
}
</style>