Shades of Torch Red #F70D1B
Tints of Torch Red #F70D1B
RGB
CMYK
RGB Variations
Color information
#F70D1B (or 0xF70D1B) is known color: Torch Red. HEX triplet: F7, 0D and 1B. RGB value is (247,13,27). Sum of RGB (Red+Green+Blue) = 247+13+27=287 (38% of max value = 765). Red value is 247 (96.88% from 255 or 86.06% from 287); Green value is 13 (5.47% from 255 or 4.53% from 287); Blue value is 27 (10.94% from 255 or 9.41% from 287); Max value from RGB is 247 - color contains mainly: red. Hex color #F70D1B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70D1B is #08F2E4. Grayscale: #545454. Windows color (decimal): -586469 or 1773047. OLE color: 1773047.
HSL color Cylindrical-coordinate representation of color #F70D1B: hue angle of 356.41º 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 #F70D1B is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 13 | 27 | - |
| CMYK | 0 | 0.95 | 0.89 | 0.03 |
| HSL | 356.41º | 0.94% | 0.51% | - |
| HSV(B) | 356.41º | 0.95% | 0.97% | - |
| XYZ | 38.7 | 20.14 | 2.88 | - |
| YUV | 84.56 | 95.52 | 243.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 13 | 27 | 0 | 0.95 | 0.89 | 0.03 | 356.41 | 0.94 | 0.51 |
| Hex | F7 | D | 1B | 0 | 5F | 59 | 3 | 164 | 5E | 33 |
| Octal | 367 | 15 | 33 | 0 | 137 | 131 | 3 | 544 | 136 | 63 |
| Binary | 11110111 | 1101 | 11011 | 0 | 1011111 | 1011001 | 11 | 101100100 | 1011110 | 110011 |
Color Harmonies of #F70D1B
Complementary color
Monochromatic Colors of #F70D1B
Black with #F70D1B
Text Example
Text Example
White with #F70D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70D1B; }
p { color: rgb(247,13,27); }
H1.HeaderClassName
{
color: #F70D1B;
}
.AnyTagClassName
{
color: #F70D1B;
}
</style>
background-color css
<style>
a { background-color: #F70D1B; }
a { background-color: rgb(247,13,27); }
div.DivClassName
{
background-color: #F70D1B;
}
.BgClassName
{
background-color: #F70D1B;
}
</style>
border-color css
<style>
span { border-color: #F70D1B; }
span { border-color: rgb(247,13,27); }
td.TdClassName
{
border-color: #F70D1B;
}
.TagClassName
{
border-color: #F70D1B;
}
</style>