Shades of Torch Red #F80F34
Tints of Torch Red #F80F34
RGB
CMYK
RGB Variations
Color information
#F80F34 (or 0xF80F34) is known color: Torch Red. HEX triplet: F8, 0F and 34. RGB value is (248,15,52). Sum of RGB (Red+Green+Blue) = 248+15+52=315 (41% of max value = 765). Red value is 248 (97.27% from 255 or 78.73% from 315); Green value is 15 (6.25% from 255 or 4.76% from 315); Blue value is 52 (20.70% from 255 or 16.51% from 315); Max value from RGB is 248 - color contains mainly: red. Hex color #F80F34 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80F34 is #07F0CB. Grayscale: #585858. Windows color (decimal): -520396 or 3411960. OLE color: 3411960.
HSL color Cylindrical-coordinate representation of color #F80F34: hue angle of 350.47º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F80F34 is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 15 | 52 | - |
| CMYK | 0 | 0.94 | 0.79 | 0.03 |
| HSL | 350.47º | 0.94% | 0.52% | - |
| HSV(B) | 350.47º | 0.94% | 0.97% | - |
| XYZ | 39.5 | 20.55 | 5.13 | - |
| YUV | 88.89 | 107.19 | 241.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 15 | 52 | 0 | 0.94 | 0.79 | 0.03 | 350.47 | 0.94 | 0.52 |
| Hex | F8 | F | 34 | 0 | 5E | 4F | 3 | 15E | 5E | 34 |
| Octal | 370 | 17 | 64 | 0 | 136 | 117 | 3 | 536 | 136 | 64 |
| Binary | 11111000 | 1111 | 110100 | 0 | 1011110 | 1001111 | 11 | 101011110 | 1011110 | 110100 |
Color Harmonies of #F80F34
Complementary color
Monochromatic Colors of #F80F34
Black with #F80F34
Text Example
Text Example
White with #F80F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80F34; }
p { color: rgb(248,15,52); }
H1.HeaderClassName
{
color: #F80F34;
}
.AnyTagClassName
{
color: #F80F34;
}
</style>
background-color css
<style>
a { background-color: #F80F34; }
a { background-color: rgb(248,15,52); }
div.DivClassName
{
background-color: #F80F34;
}
.BgClassName
{
background-color: #F80F34;
}
</style>
border-color css
<style>
span { border-color: #F80F34; }
span { border-color: rgb(248,15,52); }
td.TdClassName
{
border-color: #F80F34;
}
.TagClassName
{
border-color: #F80F34;
}
</style>