Shades of Torch Red #F70B2D
Tints of Torch Red #F70B2D
RGB
CMYK
RGB Variations
Color information
#F70B2D (or 0xF70B2D) is known color: Torch Red. HEX triplet: F7, 0B and 2D. RGB value is (247,11,45). Sum of RGB (Red+Green+Blue) = 247+11+45=303 (40% of max value = 765). Red value is 247 (96.88% from 255 or 81.52% from 303); Green value is 11 (4.69% from 255 or 3.63% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 247 - color contains mainly: red. Hex color #F70B2D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70B2D is #08F4D2. Grayscale: #555555. Windows color (decimal): -586963 or 2952183. OLE color: 2952183.
HSL color Cylindrical-coordinate representation of color #F70B2D: hue angle of 351.36º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F70B2D is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 11 | 45 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.03 |
| HSL | 351.36º | 0.94% | 0.51% | - |
| HSV(B) | 351.36º | 0.96% | 0.97% | - |
| XYZ | 38.95 | 20.2 | 4.33 | - |
| YUV | 85.44 | 105.19 | 243.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 11 | 45 | 0 | 0.96 | 0.82 | 0.03 | 351.36 | 0.94 | 0.51 |
| Hex | F7 | B | 2D | 0 | 60 | 52 | 3 | 15F | 5E | 33 |
| Octal | 367 | 13 | 55 | 0 | 140 | 122 | 3 | 537 | 136 | 63 |
| Binary | 11110111 | 1011 | 101101 | 0 | 1100000 | 1010010 | 11 | 101011111 | 1011110 | 110011 |
Color Harmonies of #F70B2D
Complementary color
Monochromatic Colors of #F70B2D
Black with #F70B2D
Text Example
Text Example
White with #F70B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70B2D; }
p { color: rgb(247,11,45); }
H1.HeaderClassName
{
color: #F70B2D;
}
.AnyTagClassName
{
color: #F70B2D;
}
</style>
background-color css
<style>
a { background-color: #F70B2D; }
a { background-color: rgb(247,11,45); }
div.DivClassName
{
background-color: #F70B2D;
}
.BgClassName
{
background-color: #F70B2D;
}
</style>
border-color css
<style>
span { border-color: #F70B2D; }
span { border-color: rgb(247,11,45); }
td.TdClassName
{
border-color: #F70B2D;
}
.TagClassName
{
border-color: #F70B2D;
}
</style>