Shades of Torch Red #F81C24
Tints of Torch Red #F81C24
RGB
CMYK
RGB Variations
Color information
#F81C24 (or 0xF81C24) is known color: Torch Red. HEX triplet: F8, 1C and 24. RGB value is (248,28,36). Sum of RGB (Red+Green+Blue) = 248+28+36=312 (41% of max value = 765). Red value is 248 (97.27% from 255 or 79.49% from 312); Green value is 28 (11.33% from 255 or 8.97% from 312); Blue value is 36 (14.45% from 255 or 11.54% from 312); Max value from RGB is 248 - color contains mainly: red. Hex color #F81C24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F81C24 is #07E3DB. Grayscale: #5E5E5E. Windows color (decimal): -517084 or 2366712. OLE color: 2366712.
HSL color Cylindrical-coordinate representation of color #F81C24: hue angle of 357.82º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F81C24 is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 28 | 36 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.03 |
| HSL | 357.82º | 0.94% | 0.54% | - |
| HSV(B) | 357.82º | 0.89% | 0.97% | - |
| XYZ | 39.45 | 20.91 | 3.63 | - |
| YUV | 94.69 | 94.89 | 237.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 28 | 36 | 0 | 0.89 | 0.85 | 0.03 | 357.82 | 0.94 | 0.54 |
| Hex | F8 | 1C | 24 | 0 | 59 | 55 | 3 | 166 | 5E | 36 |
| Octal | 370 | 34 | 44 | 0 | 131 | 125 | 3 | 546 | 136 | 66 |
| Binary | 11111000 | 11100 | 100100 | 0 | 1011001 | 1010101 | 11 | 101100110 | 1011110 | 110110 |
Color Harmonies of #F81C24
Complementary color
Monochromatic Colors of #F81C24
Black with #F81C24
Text Example
Text Example
White with #F81C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81C24; }
p { color: rgb(248,28,36); }
H1.HeaderClassName
{
color: #F81C24;
}
.AnyTagClassName
{
color: #F81C24;
}
</style>
background-color css
<style>
a { background-color: #F81C24; }
a { background-color: rgb(248,28,36); }
div.DivClassName
{
background-color: #F81C24;
}
.BgClassName
{
background-color: #F81C24;
}
</style>
border-color css
<style>
span { border-color: #F81C24; }
span { border-color: rgb(248,28,36); }
td.TdClassName
{
border-color: #F81C24;
}
.TagClassName
{
border-color: #F81C24;
}
</style>