Shades of Torch Red #F81318
Tints of Torch Red #F81318
RGB
CMYK
RGB Variations
Color information
#F81318 (or 0xF81318) is known color: Torch Red. HEX triplet: F8, 13 and 18. RGB value is (248,19,24). Sum of RGB (Red+Green+Blue) = 248+19+24=291 (38% of max value = 765). Red value is 248 (97.27% from 255 or 85.22% from 291); Green value is 19 (7.81% from 255 or 6.53% from 291); Blue value is 24 (9.77% from 255 or 8.25% from 291); Max value from RGB is 248 - color contains mainly: red. Hex color #F81318 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F81318 is #07ECE7. Grayscale: #585858. Windows color (decimal): -519400 or 1577976. OLE color: 1577976.
HSL color Cylindrical-coordinate representation of color #F81318: hue angle of 358.69º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F81318 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 19 | 24 | - |
| CMYK | 0 | 0.92 | 0.90 | 0.03 |
| HSL | 358.69º | 0.94% | 0.52% | - |
| HSV(B) | 358.69º | 0.92% | 0.97% | - |
| XYZ | 39.11 | 20.49 | 2.76 | - |
| YUV | 88.04 | 91.87 | 242.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 19 | 24 | 0 | 0.92 | 0.90 | 0.03 | 358.69 | 0.94 | 0.52 |
| Hex | F8 | 13 | 18 | 0 | 5C | 5A | 3 | 167 | 5E | 34 |
| Octal | 370 | 23 | 30 | 0 | 134 | 132 | 3 | 547 | 136 | 64 |
| Binary | 11111000 | 10011 | 11000 | 0 | 1011100 | 1011010 | 11 | 101100111 | 1011110 | 110100 |
Color Harmonies of #F81318
Complementary color
Monochromatic Colors of #F81318
Black with #F81318
Text Example
Text Example
White with #F81318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81318; }
p { color: rgb(248,19,24); }
H1.HeaderClassName
{
color: #F81318;
}
.AnyTagClassName
{
color: #F81318;
}
</style>
background-color css
<style>
a { background-color: #F81318; }
a { background-color: rgb(248,19,24); }
div.DivClassName
{
background-color: #F81318;
}
.BgClassName
{
background-color: #F81318;
}
</style>
border-color css
<style>
span { border-color: #F81318; }
span { border-color: rgb(248,19,24); }
td.TdClassName
{
border-color: #F81318;
}
.TagClassName
{
border-color: #F81318;
}
</style>