Shades of Torch Red #F70238
Tints of Torch Red #F70238
RGB
CMYK
RGB Variations
Color information
#F70238 (or 0xF70238) is known color: Torch Red. HEX triplet: F7, 02 and 38. RGB value is (247,2,56). Sum of RGB (Red+Green+Blue) = 247+2+56=305 (40% of max value = 765). Red value is 247 (96.88% from 255 or 80.98% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 56 (22.27% from 255 or 18.36% from 305); Max value from RGB is 247 - color contains mainly: red. Hex color #F70238 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70238 is #08FDC7. Grayscale: #515151. Windows color (decimal): -589256 or 3670775. OLE color: 3670775.
HSL color Cylindrical-coordinate representation of color #F70238: hue angle of 346.78º 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 #F70238 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 2 | 56 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.03 |
| HSL | 346.78º | 0.98% | 0.49% | - |
| HSV(B) | 346.78º | 0.99% | 0.97% | - |
| XYZ | 39.09 | 20.1 | 5.56 | - |
| YUV | 81.41 | 113.67 | 246.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 2 | 56 | 0 | 0.99 | 0.77 | 0.03 | 346.78 | 0.98 | 0.49 |
| Hex | F7 | 2 | 38 | 0 | 63 | 4D | 3 | 15B | 62 | 31 |
| Octal | 367 | 2 | 70 | 0 | 143 | 115 | 3 | 533 | 142 | 61 |
| Binary | 11110111 | 10 | 111000 | 0 | 1100011 | 1001101 | 11 | 101011011 | 1100010 | 110001 |
Color Harmonies of #F70238
Complementary color
Monochromatic Colors of #F70238
Black with #F70238
Text Example
Text Example
White with #F70238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70238; }
p { color: rgb(247,2,56); }
H1.HeaderClassName
{
color: #F70238;
}
.AnyTagClassName
{
color: #F70238;
}
</style>
background-color css
<style>
a { background-color: #F70238; }
a { background-color: rgb(247,2,56); }
div.DivClassName
{
background-color: #F70238;
}
.BgClassName
{
background-color: #F70238;
}
</style>
border-color css
<style>
span { border-color: #F70238; }
span { border-color: rgb(247,2,56); }
td.TdClassName
{
border-color: #F70238;
}
.TagClassName
{
border-color: #F70238;
}
</style>