Shades of Torch Red #F70A1A
Tints of Torch Red #F70A1A
RGB
CMYK
RGB Variations
Color information
#F70A1A (or 0xF70A1A) is known color: Torch Red. HEX triplet: F7, 0A and 1A. RGB value is (247,10,26). Sum of RGB (Red+Green+Blue) = 247+10+26=283 (37% of max value = 765). Red value is 247 (96.88% from 255 or 87.28% from 283); Green value is 10 (4.30% from 255 or 3.53% from 283); Blue value is 26 (10.55% from 255 or 9.19% from 283); Max value from RGB is 247 - color contains mainly: red. Hex color #F70A1A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70A1A is #08F5E5. Grayscale: #525252. Windows color (decimal): -587238 or 1706743. OLE color: 1706743.
HSL color Cylindrical-coordinate representation of color #F70A1A: hue angle of 355.95º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F70A1A is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 10 | 26 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.03 |
| HSL | 355.95º | 0.94% | 0.5% | - |
| HSV(B) | 355.95º | 0.96% | 0.97% | - |
| XYZ | 38.65 | 20.07 | 2.81 | - |
| YUV | 82.69 | 96.02 | 245.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 10 | 26 | 0 | 0.96 | 0.89 | 0.03 | 355.95 | 0.94 | 0.5 |
| Hex | F7 | A | 1A | 0 | 60 | 59 | 3 | 164 | 5E | 32 |
| Octal | 367 | 12 | 32 | 0 | 140 | 131 | 3 | 544 | 136 | 62 |
| Binary | 11110111 | 1010 | 11010 | 0 | 1100000 | 1011001 | 11 | 101100100 | 1011110 | 110010 |
Color Harmonies of #F70A1A
Complementary color
Monochromatic Colors of #F70A1A
Black with #F70A1A
Text Example
Text Example
White with #F70A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70A1A; }
p { color: rgb(247,10,26); }
H1.HeaderClassName
{
color: #F70A1A;
}
.AnyTagClassName
{
color: #F70A1A;
}
</style>
background-color css
<style>
a { background-color: #F70A1A; }
a { background-color: rgb(247,10,26); }
div.DivClassName
{
background-color: #F70A1A;
}
.BgClassName
{
background-color: #F70A1A;
}
</style>
border-color css
<style>
span { border-color: #F70A1A; }
span { border-color: rgb(247,10,26); }
td.TdClassName
{
border-color: #F70A1A;
}
.TagClassName
{
border-color: #F70A1A;
}
</style>