Shades of Torch Red #F7152A
Tints of Torch Red #F7152A
RGB
CMYK
RGB Variations
Color information
#F7152A (or 0xF7152A) is known color: Torch Red. HEX triplet: F7, 15 and 2A. RGB value is (247,21,42). Sum of RGB (Red+Green+Blue) = 247+21+42=310 (41% of max value = 765). Red value is 247 (96.88% from 255 or 79.68% from 310); Green value is 21 (8.59% from 255 or 6.77% from 310); Blue value is 42 (16.80% from 255 or 13.55% from 310); Max value from RGB is 247 - color contains mainly: red. Hex color #F7152A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7152A is #08EAD5. Grayscale: #5B5B5B. Windows color (decimal): -584406 or 2758135. OLE color: 2758135.
HSL color Cylindrical-coordinate representation of color #F7152A: hue angle of 354.42º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F7152A is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 21 | 42 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.03 |
| HSL | 354.42º | 0.93% | 0.53% | - |
| HSV(B) | 354.42º | 0.91% | 0.97% | - |
| XYZ | 39.04 | 20.48 | 4.09 | - |
| YUV | 90.97 | 100.37 | 239.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 21 | 42 | 0 | 0.91 | 0.83 | 0.03 | 354.42 | 0.93 | 0.53 |
| Hex | F7 | 15 | 2A | 0 | 5B | 53 | 3 | 162 | 5D | 35 |
| Octal | 367 | 25 | 52 | 0 | 133 | 123 | 3 | 542 | 135 | 65 |
| Binary | 11110111 | 10101 | 101010 | 0 | 1011011 | 1010011 | 11 | 101100010 | 1011101 | 110101 |
Color Harmonies of #F7152A
Complementary color
Monochromatic Colors of #F7152A
Black with #F7152A
Text Example
Text Example
White with #F7152A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7152A; }
p { color: rgb(247,21,42); }
H1.HeaderClassName
{
color: #F7152A;
}
.AnyTagClassName
{
color: #F7152A;
}
</style>
background-color css
<style>
a { background-color: #F7152A; }
a { background-color: rgb(247,21,42); }
div.DivClassName
{
background-color: #F7152A;
}
.BgClassName
{
background-color: #F7152A;
}
</style>
border-color css
<style>
span { border-color: #F7152A; }
span { border-color: rgb(247,21,42); }
td.TdClassName
{
border-color: #F7152A;
}
.TagClassName
{
border-color: #F7152A;
}
</style>