Shades of Torch Red #F9003C
Tints of Torch Red #F9003C
RGB
CMYK
RGB Variations
Color information
#F9003C (or 0xF9003C) is known color: Torch Red. HEX triplet: F9, 00 and 3C. RGB value is (249,0,60). Sum of RGB (Red+Green+Blue) = 249+0+60=309 (40% of max value = 765). Red value is 249 (97.66% from 255 or 80.58% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 249 - color contains mainly: red. Hex color #F9003C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9003C is #06FFC3. Grayscale: #515151. Windows color (decimal): -458692 or 3932409. OLE color: 3932409.
HSL color Cylindrical-coordinate representation of color #F9003C: hue angle of 345.54º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F9003C is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.76 | 0.02 |
| HSL | 345.54º | 1% | 0.49% | - |
| HSV(B) | 345.54º | 1% | 0.98% | - |
| XYZ | 39.88 | 20.47 | 6.12 | - |
| YUV | 81.29 | 115.99 | 247.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 0 | 60 | 0 | 1 | 0.76 | 0.02 | 345.54 | 1 | 0.49 |
| Hex | F9 | 0 | 3C | 0 | 64 | 4C | 2 | 15A | 64 | 31 |
| Octal | 371 | 0 | 74 | 0 | 144 | 114 | 2 | 532 | 144 | 61 |
| Binary | 11111001 | 0 | 111100 | 0 | 1100100 | 1001100 | 10 | 101011010 | 1100100 | 110001 |
Color Harmonies of #F9003C
Complementary color
Monochromatic Colors of #F9003C
Black with #F9003C
Text Example
Text Example
White with #F9003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9003C; }
p { color: rgb(249,0,60); }
H1.HeaderClassName
{
color: #F9003C;
}
.AnyTagClassName
{
color: #F9003C;
}
</style>
background-color css
<style>
a { background-color: #F9003C; }
a { background-color: rgb(249,0,60); }
div.DivClassName
{
background-color: #F9003C;
}
.BgClassName
{
background-color: #F9003C;
}
</style>
border-color css
<style>
span { border-color: #F9003C; }
span { border-color: rgb(249,0,60); }
td.TdClassName
{
border-color: #F9003C;
}
.TagClassName
{
border-color: #F9003C;
}
</style>