Shades of Torch Red #F7181E
Tints of Torch Red #F7181E
RGB
CMYK
RGB Variations
Color information
#F7181E (or 0xF7181E) is known color: Torch Red. HEX triplet: F7, 18 and 1E. RGB value is (247,24,30). Sum of RGB (Red+Green+Blue) = 247+24+30=301 (39% of max value = 765). Red value is 247 (96.88% from 255 or 82.06% from 301); Green value is 24 (9.77% from 255 or 7.97% from 301); Blue value is 30 (12.11% from 255 or 9.97% from 301); Max value from RGB is 247 - color contains mainly: red. Hex color #F7181E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7181E is #08E7E1. Grayscale: #5B5B5B. Windows color (decimal): -583650 or 1972471. OLE color: 1972471.
HSL color Cylindrical-coordinate representation of color #F7181E: hue angle of 358.39º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F7181E is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 24 | 30 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.03 |
| HSL | 358.39º | 0.93% | 0.53% | - |
| HSV(B) | 358.39º | 0.9% | 0.97% | - |
| XYZ | 38.92 | 20.52 | 3.14 | - |
| YUV | 91.36 | 93.38 | 239.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 24 | 30 | 0 | 0.90 | 0.88 | 0.03 | 358.39 | 0.93 | 0.53 |
| Hex | F7 | 18 | 1E | 0 | 5A | 58 | 3 | 166 | 5D | 35 |
| Octal | 367 | 30 | 36 | 0 | 132 | 130 | 3 | 546 | 135 | 65 |
| Binary | 11110111 | 11000 | 11110 | 0 | 1011010 | 1011000 | 11 | 101100110 | 1011101 | 110101 |
Color Harmonies of #F7181E
Complementary color
Monochromatic Colors of #F7181E
Black with #F7181E
Text Example
Text Example
White with #F7181E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7181E; }
p { color: rgb(247,24,30); }
H1.HeaderClassName
{
color: #F7181E;
}
.AnyTagClassName
{
color: #F7181E;
}
</style>
background-color css
<style>
a { background-color: #F7181E; }
a { background-color: rgb(247,24,30); }
div.DivClassName
{
background-color: #F7181E;
}
.BgClassName
{
background-color: #F7181E;
}
</style>
border-color css
<style>
span { border-color: #F7181E; }
span { border-color: rgb(247,24,30); }
td.TdClassName
{
border-color: #F7181E;
}
.TagClassName
{
border-color: #F7181E;
}
</style>