Shades of Torch Red #F8013C
Tints of Torch Red #F8013C
RGB
CMYK
RGB Variations
Color information
#F8013C (or 0xF8013C) is known color: Torch Red. HEX triplet: F8, 01 and 3C. RGB value is (248,1,60). Sum of RGB (Red+Green+Blue) = 248+1+60=309 (40% of max value = 765). Red value is 248 (97.27% from 255 or 80.26% from 309); Green value is 1 (0.78% from 255 or 0.32% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 248 - color contains mainly: red. Hex color #F8013C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8013C is #07FEC3. Grayscale: #515151. Windows color (decimal): -523972 or 3932664. OLE color: 3932664.
HSL color Cylindrical-coordinate representation of color #F8013C: hue angle of 345.67º 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 #F8013C is Cyan = 0, Magento = 1.00, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 1 | 60 | - |
| CMYK | 0 | 1.00 | 0.76 | 0.03 |
| HSL | 345.67º | 0.99% | 0.49% | - |
| HSV(B) | 345.67º | 1% | 0.97% | - |
| XYZ | 39.54 | 20.3 | 6.11 | - |
| YUV | 81.58 | 115.83 | 246.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 1 | 60 | 0 | 1.00 | 0.76 | 0.03 | 345.67 | 0.99 | 0.49 |
| Hex | F8 | 1 | 3C | 0 | 64 | 4C | 3 | 15A | 63 | 31 |
| Octal | 370 | 1 | 74 | 0 | 144 | 114 | 3 | 532 | 143 | 61 |
| Binary | 11111000 | 1 | 111100 | 0 | 1100100 | 1001100 | 11 | 101011010 | 1100011 | 110001 |
Color Harmonies of #F8013C
Complementary color
Monochromatic Colors of #F8013C
Black with #F8013C
Text Example
Text Example
White with #F8013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8013C; }
p { color: rgb(248,1,60); }
H1.HeaderClassName
{
color: #F8013C;
}
.AnyTagClassName
{
color: #F8013C;
}
</style>
background-color css
<style>
a { background-color: #F8013C; }
a { background-color: rgb(248,1,60); }
div.DivClassName
{
background-color: #F8013C;
}
.BgClassName
{
background-color: #F8013C;
}
</style>
border-color css
<style>
span { border-color: #F8013C; }
span { border-color: rgb(248,1,60); }
td.TdClassName
{
border-color: #F8013C;
}
.TagClassName
{
border-color: #F8013C;
}
</style>