Shades of Torch Red #F70228
Tints of Torch Red #F70228
RGB
CMYK
RGB Variations
Color information
#F70228 (or 0xF70228) is known color: Torch Red. HEX triplet: F7, 02 and 28. RGB value is (247,2,40). Sum of RGB (Red+Green+Blue) = 247+2+40=289 (38% of max value = 765). Red value is 247 (96.88% from 255 or 85.47% from 289); Green value is 2 (1.17% from 255 or 0.69% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 247 - color contains mainly: red. Hex color #F70228 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70228 is #08FDD7. Grayscale: #4F4F4F. Windows color (decimal): -589272 or 2622199. OLE color: 2622199.
HSL color Cylindrical-coordinate representation of color #F70228: hue angle of 350.69º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F70228 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 2 | 40 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.03 |
| HSL | 350.69º | 0.98% | 0.49% | - |
| HSV(B) | 350.69º | 0.99% | 0.97% | - |
| XYZ | 38.76 | 19.97 | 3.82 | - |
| YUV | 79.59 | 105.67 | 247.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 2 | 40 | 0 | 0.99 | 0.84 | 0.03 | 350.69 | 0.98 | 0.49 |
| Hex | F7 | 2 | 28 | 0 | 63 | 54 | 3 | 15F | 62 | 31 |
| Octal | 367 | 2 | 50 | 0 | 143 | 124 | 3 | 537 | 142 | 61 |
| Binary | 11110111 | 10 | 101000 | 0 | 1100011 | 1010100 | 11 | 101011111 | 1100010 | 110001 |
Color Harmonies of #F70228
Complementary color
Monochromatic Colors of #F70228
Black with #F70228
Text Example
Text Example
White with #F70228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70228; }
p { color: rgb(247,2,40); }
H1.HeaderClassName
{
color: #F70228;
}
.AnyTagClassName
{
color: #F70228;
}
</style>
background-color css
<style>
a { background-color: #F70228; }
a { background-color: rgb(247,2,40); }
div.DivClassName
{
background-color: #F70228;
}
.BgClassName
{
background-color: #F70228;
}
</style>
border-color css
<style>
span { border-color: #F70228; }
span { border-color: rgb(247,2,40); }
td.TdClassName
{
border-color: #F70228;
}
.TagClassName
{
border-color: #F70228;
}
</style>