Shades of Torch Red #FC073A
Tints of Torch Red #FC073A
RGB
CMYK
RGB Variations
Color information
#FC073A (or 0xFC073A) is known color: Torch Red. HEX triplet: FC, 07 and 3A. RGB value is (252,7,58). Sum of RGB (Red+Green+Blue) = 252+7+58=317 (41% of max value = 765). Red value is 252 (98.83% from 255 or 79.50% from 317); Green value is 7 (3.12% from 255 or 2.21% from 317); Blue value is 58 (23.05% from 255 or 18.30% from 317); Max value from RGB is 252 - color contains mainly: red. Hex color #FC073A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC073A is #03F8C5. Grayscale: #565656. Windows color (decimal): -260294 or 3803132. OLE color: 3803132.
HSL color Cylindrical-coordinate representation of color #FC073A: hue angle of 347.51º 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 #FC073A is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 7 | 58 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.01 |
| HSL | 347.51º | 0.98% | 0.51% | - |
| HSV(B) | 347.51º | 0.97% | 0.99% | - |
| XYZ | 40.98 | 21.15 | 5.93 | - |
| YUV | 86.07 | 112.17 | 246.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 7 | 58 | 0 | 0.97 | 0.77 | 0.01 | 347.51 | 0.98 | 0.51 |
| Hex | FC | 7 | 3A | 0 | 61 | 4D | 1 | 15C | 62 | 33 |
| Octal | 374 | 7 | 72 | 0 | 141 | 115 | 1 | 534 | 142 | 63 |
| Binary | 11111100 | 111 | 111010 | 0 | 1100001 | 1001101 | 1 | 101011100 | 1100010 | 110011 |
Color Harmonies of #FC073A
Complementary color
Monochromatic Colors of #FC073A
Black with #FC073A
Text Example
Text Example
White with #FC073A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC073A; }
p { color: rgb(252,7,58); }
H1.HeaderClassName
{
color: #FC073A;
}
.AnyTagClassName
{
color: #FC073A;
}
</style>
background-color css
<style>
a { background-color: #FC073A; }
a { background-color: rgb(252,7,58); }
div.DivClassName
{
background-color: #FC073A;
}
.BgClassName
{
background-color: #FC073A;
}
</style>
border-color css
<style>
span { border-color: #FC073A; }
span { border-color: rgb(252,7,58); }
td.TdClassName
{
border-color: #FC073A;
}
.TagClassName
{
border-color: #FC073A;
}
</style>