Shades of Torch Red #FC072A
Tints of Torch Red #FC072A
RGB
CMYK
RGB Variations
Color information
#FC072A (or 0xFC072A) is known color: Torch Red. HEX triplet: FC, 07 and 2A. RGB value is (252,7,42). Sum of RGB (Red+Green+Blue) = 252+7+42=301 (39% of max value = 765). Red value is 252 (98.83% from 255 or 83.72% from 301); Green value is 7 (3.12% from 255 or 2.33% from 301); Blue value is 42 (16.80% from 255 or 13.95% from 301); Max value from RGB is 252 - color contains mainly: red. Hex color #FC072A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC072A is #03F8D5. Grayscale: #545454. Windows color (decimal): -260310 or 2754556. OLE color: 2754556.
HSL color Cylindrical-coordinate representation of color #FC072A: hue angle of 351.43º 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 #FC072A is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 7 | 42 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.01 |
| HSL | 351.43º | 0.98% | 0.51% | - |
| HSV(B) | 351.43º | 0.97% | 0.99% | - |
| XYZ | 40.64 | 21.01 | 4.1 | - |
| YUV | 84.25 | 104.17 | 247.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 7 | 42 | 0 | 0.97 | 0.83 | 0.01 | 351.43 | 0.98 | 0.51 |
| Hex | FC | 7 | 2A | 0 | 61 | 53 | 1 | 15F | 62 | 33 |
| Octal | 374 | 7 | 52 | 0 | 141 | 123 | 1 | 537 | 142 | 63 |
| Binary | 11111100 | 111 | 101010 | 0 | 1100001 | 1010011 | 1 | 101011111 | 1100010 | 110011 |
Color Harmonies of #FC072A
Complementary color
Monochromatic Colors of #FC072A
Black with #FC072A
Text Example
Text Example
White with #FC072A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC072A; }
p { color: rgb(252,7,42); }
H1.HeaderClassName
{
color: #FC072A;
}
.AnyTagClassName
{
color: #FC072A;
}
</style>
background-color css
<style>
a { background-color: #FC072A; }
a { background-color: rgb(252,7,42); }
div.DivClassName
{
background-color: #FC072A;
}
.BgClassName
{
background-color: #FC072A;
}
</style>
border-color css
<style>
span { border-color: #FC072A; }
span { border-color: rgb(252,7,42); }
td.TdClassName
{
border-color: #FC072A;
}
.TagClassName
{
border-color: #FC072A;
}
</style>