Shades of Torch Red #F7023A
Tints of Torch Red #F7023A
RGB
CMYK
RGB Variations
Color information
#F7023A (or 0xF7023A) is known color: Torch Red. HEX triplet: F7, 02 and 3A. RGB value is (247,2,58). Sum of RGB (Red+Green+Blue) = 247+2+58=307 (40% of max value = 765). Red value is 247 (96.88% from 255 or 80.46% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 58 (23.05% from 255 or 18.89% from 307); Max value from RGB is 247 - color contains mainly: red. Hex color #F7023A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7023A is #08FDC5. Grayscale: #515151. Windows color (decimal): -589254 or 3801847. OLE color: 3801847.
HSL color Cylindrical-coordinate representation of color #F7023A: hue angle of 346.29º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F7023A is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 2 | 58 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.03 |
| HSL | 346.29º | 0.98% | 0.49% | - |
| HSV(B) | 346.29º | 0.99% | 0.97% | - |
| XYZ | 39.14 | 20.12 | 5.82 | - |
| YUV | 81.64 | 114.67 | 245.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 2 | 58 | 0 | 0.99 | 0.77 | 0.03 | 346.29 | 0.98 | 0.49 |
| Hex | F7 | 2 | 3A | 0 | 63 | 4D | 3 | 15A | 62 | 31 |
| Octal | 367 | 2 | 72 | 0 | 143 | 115 | 3 | 532 | 142 | 61 |
| Binary | 11110111 | 10 | 111010 | 0 | 1100011 | 1001101 | 11 | 101011010 | 1100010 | 110001 |
Color Harmonies of #F7023A
Complementary color
Monochromatic Colors of #F7023A
Black with #F7023A
Text Example
Text Example
White with #F7023A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7023A; }
p { color: rgb(247,2,58); }
H1.HeaderClassName
{
color: #F7023A;
}
.AnyTagClassName
{
color: #F7023A;
}
</style>
background-color css
<style>
a { background-color: #F7023A; }
a { background-color: rgb(247,2,58); }
div.DivClassName
{
background-color: #F7023A;
}
.BgClassName
{
background-color: #F7023A;
}
</style>
border-color css
<style>
span { border-color: #F7023A; }
span { border-color: rgb(247,2,58); }
td.TdClassName
{
border-color: #F7023A;
}
.TagClassName
{
border-color: #F7023A;
}
</style>