Shades of Torch Red #F7183A
Tints of Torch Red #F7183A
RGB
CMYK
RGB Variations
Color information
#F7183A (or 0xF7183A) is known color: Torch Red. HEX triplet: F7, 18 and 3A. RGB value is (247,24,58). Sum of RGB (Red+Green+Blue) = 247+24+58=329 (43% of max value = 765). Red value is 247 (96.88% from 255 or 75.08% from 329); Green value is 24 (9.77% from 255 or 7.29% from 329); Blue value is 58 (23.05% from 255 or 17.63% from 329); Max value from RGB is 247 - color contains mainly: red. Hex color #F7183A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7183A is #08E7C5. Grayscale: #5E5E5E. Windows color (decimal): -583622 or 3807479. OLE color: 3807479.
HSL color Cylindrical-coordinate representation of color #F7183A: hue angle of 350.85º 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 #F7183A is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 24 | 58 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.03 |
| HSL | 350.85º | 0.93% | 0.53% | - |
| HSV(B) | 350.85º | 0.9% | 0.97% | - |
| XYZ | 39.45 | 20.73 | 5.93 | - |
| YUV | 94.55 | 107.38 | 236.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 24 | 58 | 0 | 0.90 | 0.77 | 0.03 | 350.85 | 0.93 | 0.53 |
| Hex | F7 | 18 | 3A | 0 | 5A | 4D | 3 | 15F | 5D | 35 |
| Octal | 367 | 30 | 72 | 0 | 132 | 115 | 3 | 537 | 135 | 65 |
| Binary | 11110111 | 11000 | 111010 | 0 | 1011010 | 1001101 | 11 | 101011111 | 1011101 | 110101 |
Color Harmonies of #F7183A
Complementary color
Monochromatic Colors of #F7183A
Black with #F7183A
Text Example
Text Example
White with #F7183A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7183A; }
p { color: rgb(247,24,58); }
H1.HeaderClassName
{
color: #F7183A;
}
.AnyTagClassName
{
color: #F7183A;
}
</style>
background-color css
<style>
a { background-color: #F7183A; }
a { background-color: rgb(247,24,58); }
div.DivClassName
{
background-color: #F7183A;
}
.BgClassName
{
background-color: #F7183A;
}
</style>
border-color css
<style>
span { border-color: #F7183A; }
span { border-color: rgb(247,24,58); }
td.TdClassName
{
border-color: #F7183A;
}
.TagClassName
{
border-color: #F7183A;
}
</style>