Shades of Torch Red #F80C0D
Tints of Torch Red #F80C0D
RGB
CMYK
RGB Variations
Color information
#F80C0D (or 0xF80C0D) is known color: Torch Red. HEX triplet: F8, 0C and 0D. RGB value is (248,12,13). Sum of RGB (Red+Green+Blue) = 248+12+13=273 (36% of max value = 765). Red value is 248 (97.27% from 255 or 90.84% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 248 - color contains mainly: red. Hex color #F80C0D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80C0D is #07F3F2. Grayscale: #525252. Windows color (decimal): -521203 or 855288. OLE color: 855288.
HSL color Cylindrical-coordinate representation of color #F80C0D: hue angle of 359.75º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F80C0D is Cyan = 0, Magento = 0.95, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 12 | 13 | - |
| CMYK | 0 | 0.95 | 0.95 | 0.03 |
| HSL | 359.75º | 0.94% | 0.51% | - |
| HSV(B) | 359.75º | 0.95% | 0.97% | - |
| XYZ | 38.92 | 20.25 | 2.24 | - |
| YUV | 82.68 | 88.69 | 245.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 12 | 13 | 0 | 0.95 | 0.95 | 0.03 | 359.75 | 0.94 | 0.51 |
| Hex | F8 | C | D | 0 | 5F | 5F | 3 | 168 | 5E | 33 |
| Octal | 370 | 14 | 15 | 0 | 137 | 137 | 3 | 550 | 136 | 63 |
| Binary | 11111000 | 1100 | 1101 | 0 | 1011111 | 1011111 | 11 | 101101000 | 1011110 | 110011 |
Color Harmonies of #F80C0D
Complementary color
Monochromatic Colors of #F80C0D
Black with #F80C0D
Text Example
Text Example
White with #F80C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80C0D; }
p { color: rgb(248,12,13); }
H1.HeaderClassName
{
color: #F80C0D;
}
.AnyTagClassName
{
color: #F80C0D;
}
</style>
background-color css
<style>
a { background-color: #F80C0D; }
a { background-color: rgb(248,12,13); }
div.DivClassName
{
background-color: #F80C0D;
}
.BgClassName
{
background-color: #F80C0D;
}
</style>
border-color css
<style>
span { border-color: #F80C0D; }
span { border-color: rgb(248,12,13); }
td.TdClassName
{
border-color: #F80C0D;
}
.TagClassName
{
border-color: #F80C0D;
}
</style>