Shades of Torch Red #F80529
Tints of Torch Red #F80529
RGB
CMYK
RGB Variations
Color information
#F80529 (or 0xF80529) is known color: Torch Red. HEX triplet: F8, 05 and 29. RGB value is (248,5,41). Sum of RGB (Red+Green+Blue) = 248+5+41=294 (38% of max value = 765). Red value is 248 (97.27% from 255 or 84.35% from 294); Green value is 5 (2.34% from 255 or 1.70% from 294); Blue value is 41 (16.41% from 255 or 13.95% from 294); Max value from RGB is 248 - color contains mainly: red. Hex color #F80529 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80529 is #07FAD6. Grayscale: #515151. Windows color (decimal): -522967 or 2688504. OLE color: 2688504.
HSL color Cylindrical-coordinate representation of color #F80529: hue angle of 351.11º 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 #F80529 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 5 | 41 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.03 |
| HSL | 351.11º | 0.96% | 0.5% | - |
| HSV(B) | 351.11º | 0.98% | 0.97% | - |
| XYZ | 39.17 | 20.23 | 3.94 | - |
| YUV | 81.76 | 105.01 | 246.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 5 | 41 | 0 | 0.98 | 0.83 | 0.03 | 351.11 | 0.96 | 0.5 |
| Hex | F8 | 5 | 29 | 0 | 62 | 53 | 3 | 15F | 60 | 32 |
| Octal | 370 | 5 | 51 | 0 | 142 | 123 | 3 | 537 | 140 | 62 |
| Binary | 11111000 | 101 | 101001 | 0 | 1100010 | 1010011 | 11 | 101011111 | 1100000 | 110010 |
Color Harmonies of #F80529
Complementary color
Monochromatic Colors of #F80529
Black with #F80529
Text Example
Text Example
White with #F80529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80529; }
p { color: rgb(248,5,41); }
H1.HeaderClassName
{
color: #F80529;
}
.AnyTagClassName
{
color: #F80529;
}
</style>
background-color css
<style>
a { background-color: #F80529; }
a { background-color: rgb(248,5,41); }
div.DivClassName
{
background-color: #F80529;
}
.BgClassName
{
background-color: #F80529;
}
</style>
border-color css
<style>
span { border-color: #F80529; }
span { border-color: rgb(248,5,41); }
td.TdClassName
{
border-color: #F80529;
}
.TagClassName
{
border-color: #F80529;
}
</style>