Shades of Torch Red #F70528
Tints of Torch Red #F70528
RGB
CMYK
RGB Variations
Color information
#F70528 (or 0xF70528) is known color: Torch Red. HEX triplet: F7, 05 and 28. RGB value is (247,5,40). Sum of RGB (Red+Green+Blue) = 247+5+40=292 (38% of max value = 765). Red value is 247 (96.88% from 255 or 84.59% from 292); Green value is 5 (2.34% from 255 or 1.71% from 292); Blue value is 40 (16.02% from 255 or 13.70% from 292); Max value from RGB is 247 - color contains mainly: red. Hex color #F70528 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70528 is #08FAD7. Grayscale: #515151. Windows color (decimal): -588504 or 2622967. OLE color: 2622967.
HSL color Cylindrical-coordinate representation of color #F70528: hue angle of 351.32º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F70528 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 5 | 40 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.03 |
| HSL | 351.32º | 0.96% | 0.49% | - |
| HSV(B) | 351.32º | 0.98% | 0.97% | - |
| XYZ | 38.8 | 20.04 | 3.83 | - |
| YUV | 81.35 | 104.67 | 246.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 5 | 40 | 0 | 0.98 | 0.84 | 0.03 | 351.32 | 0.96 | 0.49 |
| Hex | F7 | 5 | 28 | 0 | 62 | 54 | 3 | 15F | 60 | 31 |
| Octal | 367 | 5 | 50 | 0 | 142 | 124 | 3 | 537 | 140 | 61 |
| Binary | 11110111 | 101 | 101000 | 0 | 1100010 | 1010100 | 11 | 101011111 | 1100000 | 110001 |
Color Harmonies of #F70528
Complementary color
Monochromatic Colors of #F70528
Black with #F70528
Text Example
Text Example
White with #F70528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70528; }
p { color: rgb(247,5,40); }
H1.HeaderClassName
{
color: #F70528;
}
.AnyTagClassName
{
color: #F70528;
}
</style>
background-color css
<style>
a { background-color: #F70528; }
a { background-color: rgb(247,5,40); }
div.DivClassName
{
background-color: #F70528;
}
.BgClassName
{
background-color: #F70528;
}
</style>
border-color css
<style>
span { border-color: #F70528; }
span { border-color: rgb(247,5,40); }
td.TdClassName
{
border-color: #F70528;
}
.TagClassName
{
border-color: #F70528;
}
</style>