Shades of Torch Red #F8052A
Tints of Torch Red #F8052A
RGB
CMYK
RGB Variations
Color information
#F8052A (or 0xF8052A) is known color: Torch Red. HEX triplet: F8, 05 and 2A. RGB value is (248,5,42). Sum of RGB (Red+Green+Blue) = 248+5+42=295 (39% of max value = 765). Red value is 248 (97.27% from 255 or 84.07% from 295); Green value is 5 (2.34% from 255 or 1.69% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 248 - color contains mainly: red. Hex color #F8052A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8052A is #07FAD5. Grayscale: #515151. Windows color (decimal): -522966 or 2754040. OLE color: 2754040.
HSL color Cylindrical-coordinate representation of color #F8052A: hue angle of 350.86º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F8052A is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 5 | 42 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.03 |
| HSL | 350.86º | 0.96% | 0.5% | - |
| HSV(B) | 350.86º | 0.98% | 0.97% | - |
| XYZ | 39.18 | 20.23 | 4.03 | - |
| YUV | 81.88 | 105.51 | 246.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 5 | 42 | 0 | 0.98 | 0.83 | 0.03 | 350.86 | 0.96 | 0.5 |
| Hex | F8 | 5 | 2A | 0 | 62 | 53 | 3 | 15F | 60 | 32 |
| Octal | 370 | 5 | 52 | 0 | 142 | 123 | 3 | 537 | 140 | 62 |
| Binary | 11111000 | 101 | 101010 | 0 | 1100010 | 1010011 | 11 | 101011111 | 1100000 | 110010 |
Color Harmonies of #F8052A
Complementary color
Monochromatic Colors of #F8052A
Black with #F8052A
Text Example
Text Example
White with #F8052A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8052A; }
p { color: rgb(248,5,42); }
H1.HeaderClassName
{
color: #F8052A;
}
.AnyTagClassName
{
color: #F8052A;
}
</style>
background-color css
<style>
a { background-color: #F8052A; }
a { background-color: rgb(248,5,42); }
div.DivClassName
{
background-color: #F8052A;
}
.BgClassName
{
background-color: #F8052A;
}
</style>
border-color css
<style>
span { border-color: #F8052A; }
span { border-color: rgb(248,5,42); }
td.TdClassName
{
border-color: #F8052A;
}
.TagClassName
{
border-color: #F8052A;
}
</style>