Shades of Torch Red #FC072D
Tints of Torch Red #FC072D
RGB
CMYK
RGB Variations
Color information
#FC072D (or 0xFC072D) is known color: Torch Red. HEX triplet: FC, 07 and 2D. RGB value is (252,7,45). Sum of RGB (Red+Green+Blue) = 252+7+45=304 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.89% from 304); Green value is 7 (3.12% from 255 or 2.30% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 252 - color contains mainly: red. Hex color #FC072D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC072D is #03F8D2. Grayscale: #545454. Windows color (decimal): -260307 or 2951164. OLE color: 2951164.
HSL color Cylindrical-coordinate representation of color #FC072D: hue angle of 350.69º 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 #FC072D is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 7 | 45 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.01 |
| HSL | 350.69º | 0.98% | 0.51% | - |
| HSV(B) | 350.69º | 0.97% | 0.99% | - |
| XYZ | 40.69 | 21.04 | 4.4 | - |
| YUV | 84.59 | 105.67 | 247.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 7 | 45 | 0 | 0.97 | 0.82 | 0.01 | 350.69 | 0.98 | 0.51 |
| Hex | FC | 7 | 2D | 0 | 61 | 52 | 1 | 15F | 62 | 33 |
| Octal | 374 | 7 | 55 | 0 | 141 | 122 | 1 | 537 | 142 | 63 |
| Binary | 11111100 | 111 | 101101 | 0 | 1100001 | 1010010 | 1 | 101011111 | 1100010 | 110011 |
Color Harmonies of #FC072D
Complementary color
Monochromatic Colors of #FC072D
Black with #FC072D
Text Example
Text Example
White with #FC072D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC072D; }
p { color: rgb(252,7,45); }
H1.HeaderClassName
{
color: #FC072D;
}
.AnyTagClassName
{
color: #FC072D;
}
</style>
background-color css
<style>
a { background-color: #FC072D; }
a { background-color: rgb(252,7,45); }
div.DivClassName
{
background-color: #FC072D;
}
.BgClassName
{
background-color: #FC072D;
}
</style>
border-color css
<style>
span { border-color: #FC072D; }
span { border-color: rgb(252,7,45); }
td.TdClassName
{
border-color: #FC072D;
}
.TagClassName
{
border-color: #FC072D;
}
</style>