Shades of Torch Red #F8153B
Tints of Torch Red #F8153B
RGB
CMYK
RGB Variations
Color information
#F8153B (or 0xF8153B) is known color: Torch Red. HEX triplet: F8, 15 and 3B. RGB value is (248,21,59). Sum of RGB (Red+Green+Blue) = 248+21+59=328 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.61% from 328); Green value is 21 (8.59% from 255 or 6.40% from 328); Blue value is 59 (23.44% from 255 or 17.99% from 328); Max value from RGB is 248 - color contains mainly: red. Hex color #F8153B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8153B is #07EAC4. Grayscale: #5D5D5D. Windows color (decimal): -518853 or 3872248. OLE color: 3872248.
HSL color Cylindrical-coordinate representation of color #F8153B: hue angle of 349.96º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F8153B is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 21 | 59 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.03 |
| HSL | 349.96º | 0.94% | 0.53% | - |
| HSV(B) | 349.96º | 0.92% | 0.97% | - |
| XYZ | 39.77 | 20.81 | 6.06 | - |
| YUV | 93.21 | 108.71 | 238.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 21 | 59 | 0 | 0.92 | 0.76 | 0.03 | 349.96 | 0.94 | 0.53 |
| Hex | F8 | 15 | 3B | 0 | 5C | 4C | 3 | 15E | 5E | 35 |
| Octal | 370 | 25 | 73 | 0 | 134 | 114 | 3 | 536 | 136 | 65 |
| Binary | 11111000 | 10101 | 111011 | 0 | 1011100 | 1001100 | 11 | 101011110 | 1011110 | 110101 |
Color Harmonies of #F8153B
Complementary color
Monochromatic Colors of #F8153B
Black with #F8153B
Text Example
Text Example
White with #F8153B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8153B; }
p { color: rgb(248,21,59); }
H1.HeaderClassName
{
color: #F8153B;
}
.AnyTagClassName
{
color: #F8153B;
}
</style>
background-color css
<style>
a { background-color: #F8153B; }
a { background-color: rgb(248,21,59); }
div.DivClassName
{
background-color: #F8153B;
}
.BgClassName
{
background-color: #F8153B;
}
</style>
border-color css
<style>
span { border-color: #F8153B; }
span { border-color: rgb(248,21,59); }
td.TdClassName
{
border-color: #F8153B;
}
.TagClassName
{
border-color: #F8153B;
}
</style>