Shades of Torch Red #F8001C
Tints of Torch Red #F8001C
RGB
CMYK
RGB Variations
Color information
#F8001C (or 0xF8001C) is known color: Torch Red. HEX triplet: F8, 00 and 1C. RGB value is (248,0,28). Sum of RGB (Red+Green+Blue) = 248+0+28=276 (36% of max value = 765). Red value is 248 (97.27% from 255 or 89.86% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 28 (11.33% from 255 or 10.14% from 276); Max value from RGB is 248 - color contains mainly: red. Hex color #F8001C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8001C is #07FFE3. Grayscale: #4D4D4D. Windows color (decimal): -524260 or 1835256. OLE color: 1835256.
HSL color Cylindrical-coordinate representation of color #F8001C: hue angle of 353.23º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F8001C is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.89 | 0.03 |
| HSL | 353.23º | 1% | 0.49% | - |
| HSV(B) | 353.23º | 1% | 0.97% | - |
| XYZ | 38.92 | 20.04 | 2.92 | - |
| YUV | 77.34 | 100.16 | 249.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 0 | 28 | 0 | 1 | 0.89 | 0.03 | 353.23 | 1 | 0.49 |
| Hex | F8 | 0 | 1C | 0 | 64 | 59 | 3 | 161 | 64 | 31 |
| Octal | 370 | 0 | 34 | 0 | 144 | 131 | 3 | 541 | 144 | 61 |
| Binary | 11111000 | 0 | 11100 | 0 | 1100100 | 1011001 | 11 | 101100001 | 1100100 | 110001 |
Color Harmonies of #F8001C
Complementary color
Monochromatic Colors of #F8001C
Black with #F8001C
Text Example
Text Example
White with #F8001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8001C; }
p { color: rgb(248,0,28); }
H1.HeaderClassName
{
color: #F8001C;
}
.AnyTagClassName
{
color: #F8001C;
}
</style>
background-color css
<style>
a { background-color: #F8001C; }
a { background-color: rgb(248,0,28); }
div.DivClassName
{
background-color: #F8001C;
}
.BgClassName
{
background-color: #F8001C;
}
</style>
border-color css
<style>
span { border-color: #F8001C; }
span { border-color: rgb(248,0,28); }
td.TdClassName
{
border-color: #F8001C;
}
.TagClassName
{
border-color: #F8001C;
}
</style>