Shades of Torch Red #F70D2B
Tints of Torch Red #F70D2B
RGB
CMYK
RGB Variations
Color information
#F70D2B (or 0xF70D2B) is known color: Torch Red. HEX triplet: F7, 0D and 2B. RGB value is (247,13,43). Sum of RGB (Red+Green+Blue) = 247+13+43=303 (40% of max value = 765). Red value is 247 (96.88% from 255 or 81.52% from 303); Green value is 13 (5.47% from 255 or 4.29% from 303); Blue value is 43 (17.19% from 255 or 14.19% from 303); Max value from RGB is 247 - color contains mainly: red. Hex color #F70D2B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70D2B is #08F2D4. Grayscale: #565656. Windows color (decimal): -586453 or 2821623. OLE color: 2821623.
HSL color Cylindrical-coordinate representation of color #F70D2B: hue angle of 352.31º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F70D2B is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 13 | 43 | - |
| CMYK | 0 | 0.95 | 0.83 | 0.03 |
| HSL | 352.31º | 0.94% | 0.51% | - |
| HSV(B) | 352.31º | 0.95% | 0.97% | - |
| XYZ | 38.94 | 20.24 | 4.14 | - |
| YUV | 86.39 | 103.52 | 242.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 13 | 43 | 0 | 0.95 | 0.83 | 0.03 | 352.31 | 0.94 | 0.51 |
| Hex | F7 | D | 2B | 0 | 5F | 53 | 3 | 160 | 5E | 33 |
| Octal | 367 | 15 | 53 | 0 | 137 | 123 | 3 | 540 | 136 | 63 |
| Binary | 11110111 | 1101 | 101011 | 0 | 1011111 | 1010011 | 11 | 101100000 | 1011110 | 110011 |
Color Harmonies of #F70D2B
Complementary color
Monochromatic Colors of #F70D2B
Black with #F70D2B
Text Example
Text Example
White with #F70D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70D2B; }
p { color: rgb(247,13,43); }
H1.HeaderClassName
{
color: #F70D2B;
}
.AnyTagClassName
{
color: #F70D2B;
}
</style>
background-color css
<style>
a { background-color: #F70D2B; }
a { background-color: rgb(247,13,43); }
div.DivClassName
{
background-color: #F70D2B;
}
.BgClassName
{
background-color: #F70D2B;
}
</style>
border-color css
<style>
span { border-color: #F70D2B; }
span { border-color: rgb(247,13,43); }
td.TdClassName
{
border-color: #F70D2B;
}
.TagClassName
{
border-color: #F70D2B;
}
</style>