Shades of Torch Red #F8012C
Tints of Torch Red #F8012C
RGB
CMYK
RGB Variations
Color information
#F8012C (or 0xF8012C) is known color: Torch Red. HEX triplet: F8, 01 and 2C. RGB value is (248,1,44). Sum of RGB (Red+Green+Blue) = 248+1+44=293 (38% of max value = 765). Red value is 248 (97.27% from 255 or 84.64% from 293); Green value is 1 (0.78% from 255 or 0.34% from 293); Blue value is 44 (17.58% from 255 or 15.02% from 293); Max value from RGB is 248 - color contains mainly: red. Hex color #F8012C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8012C is #07FED3. Grayscale: #4F4F4F. Windows color (decimal): -523988 or 2884088. OLE color: 2884088.
HSL color Cylindrical-coordinate representation of color #F8012C: hue angle of 349.55º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F8012C is Cyan = 0, Magento = 1.00, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 1 | 44 | - |
| CMYK | 0 | 1.00 | 0.82 | 0.03 |
| HSL | 349.55º | 0.99% | 0.49% | - |
| HSV(B) | 349.55º | 1% | 0.97% | - |
| XYZ | 39.18 | 20.16 | 4.21 | - |
| YUV | 79.76 | 107.83 | 248 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 1 | 44 | 0 | 1.00 | 0.82 | 0.03 | 349.55 | 0.99 | 0.49 |
| Hex | F8 | 1 | 2C | 0 | 64 | 52 | 3 | 15E | 63 | 31 |
| Octal | 370 | 1 | 54 | 0 | 144 | 122 | 3 | 536 | 143 | 61 |
| Binary | 11111000 | 1 | 101100 | 0 | 1100100 | 1010010 | 11 | 101011110 | 1100011 | 110001 |
Color Harmonies of #F8012C
Complementary color
Monochromatic Colors of #F8012C
Black with #F8012C
Text Example
Text Example
White with #F8012C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8012C; }
p { color: rgb(248,1,44); }
H1.HeaderClassName
{
color: #F8012C;
}
.AnyTagClassName
{
color: #F8012C;
}
</style>
background-color css
<style>
a { background-color: #F8012C; }
a { background-color: rgb(248,1,44); }
div.DivClassName
{
background-color: #F8012C;
}
.BgClassName
{
background-color: #F8012C;
}
</style>
border-color css
<style>
span { border-color: #F8012C; }
span { border-color: rgb(248,1,44); }
td.TdClassName
{
border-color: #F8012C;
}
.TagClassName
{
border-color: #F8012C;
}
</style>