Shades of Torch Red #F9012C
Tints of Torch Red #F9012C
RGB
CMYK
RGB Variations
Color information
#F9012C (or 0xF9012C) is known color: Torch Red. HEX triplet: F9, 01 and 2C. RGB value is (249,1,44). Sum of RGB (Red+Green+Blue) = 249+1+44=294 (38% of max value = 765). Red value is 249 (97.66% from 255 or 84.69% from 294); Green value is 1 (0.78% from 255 or 0.34% from 294); Blue value is 44 (17.58% from 255 or 14.97% from 294); Max value from RGB is 249 - color contains mainly: red. Hex color #F9012C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9012C is #06FED3. Grayscale: #505050. Windows color (decimal): -458452 or 2884089. OLE color: 2884089.
HSL color Cylindrical-coordinate representation of color #F9012C: hue angle of 349.6º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F9012C is Cyan = 0, Magento = 1.00, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 44 | - |
| CMYK | 0 | 1.00 | 0.82 | 0.02 |
| HSL | 349.6º | 0.99% | 0.49% | - |
| HSV(B) | 349.6º | 1% | 0.98% | - |
| XYZ | 39.53 | 20.34 | 4.23 | - |
| YUV | 80.05 | 107.66 | 248.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 44 | 0 | 1.00 | 0.82 | 0.02 | 349.6 | 0.99 | 0.49 |
| Hex | F9 | 1 | 2C | 0 | 64 | 52 | 2 | 15E | 63 | 31 |
| Octal | 371 | 1 | 54 | 0 | 144 | 122 | 2 | 536 | 143 | 61 |
| Binary | 11111001 | 1 | 101100 | 0 | 1100100 | 1010010 | 10 | 101011110 | 1100011 | 110001 |
Color Harmonies of #F9012C
Complementary color
Monochromatic Colors of #F9012C
Black with #F9012C
Text Example
Text Example
White with #F9012C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9012C; }
p { color: rgb(249,1,44); }
H1.HeaderClassName
{
color: #F9012C;
}
.AnyTagClassName
{
color: #F9012C;
}
</style>
background-color css
<style>
a { background-color: #F9012C; }
a { background-color: rgb(249,1,44); }
div.DivClassName
{
background-color: #F9012C;
}
.BgClassName
{
background-color: #F9012C;
}
</style>
border-color css
<style>
span { border-color: #F9012C; }
span { border-color: rgb(249,1,44); }
td.TdClassName
{
border-color: #F9012C;
}
.TagClassName
{
border-color: #F9012C;
}
</style>