Shades of Torch Red #FC073E
Tints of Torch Red #FC073E
RGB
CMYK
RGB Variations
Color information
#FC073E (or 0xFC073E) is known color: Torch Red. HEX triplet: FC, 07 and 3E. RGB value is (252,7,62). Sum of RGB (Red+Green+Blue) = 252+7+62=321 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.50% from 321); Green value is 7 (3.12% from 255 or 2.18% from 321); Blue value is 62 (24.61% from 255 or 19.31% from 321); Max value from RGB is 252 - color contains mainly: red. Hex color #FC073E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC073E is #03F8C1. Grayscale: #565656. Windows color (decimal): -260290 or 4065276. OLE color: 4065276.
HSL color Cylindrical-coordinate representation of color #FC073E: hue angle of 346.53º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FC073E is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 7 | 62 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.01 |
| HSL | 346.53º | 0.98% | 0.51% | - |
| HSV(B) | 346.53º | 0.97% | 0.99% | - |
| XYZ | 41.09 | 21.2 | 6.48 | - |
| YUV | 86.53 | 114.17 | 246.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 7 | 62 | 0 | 0.97 | 0.75 | 0.01 | 346.53 | 0.98 | 0.51 |
| Hex | FC | 7 | 3E | 0 | 61 | 4B | 1 | 15B | 62 | 33 |
| Octal | 374 | 7 | 76 | 0 | 141 | 113 | 1 | 533 | 142 | 63 |
| Binary | 11111100 | 111 | 111110 | 0 | 1100001 | 1001011 | 1 | 101011011 | 1100010 | 110011 |
Color Harmonies of #FC073E
Complementary color
Monochromatic Colors of #FC073E
Black with #FC073E
Text Example
Text Example
White with #FC073E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC073E; }
p { color: rgb(252,7,62); }
H1.HeaderClassName
{
color: #FC073E;
}
.AnyTagClassName
{
color: #FC073E;
}
</style>
background-color css
<style>
a { background-color: #FC073E; }
a { background-color: rgb(252,7,62); }
div.DivClassName
{
background-color: #FC073E;
}
.BgClassName
{
background-color: #FC073E;
}
</style>
border-color css
<style>
span { border-color: #FC073E; }
span { border-color: rgb(252,7,62); }
td.TdClassName
{
border-color: #FC073E;
}
.TagClassName
{
border-color: #FC073E;
}
</style>