Shades of Torch Red #FC072B
Tints of Torch Red #FC072B
RGB
CMYK
RGB Variations
Color information
#FC072B (or 0xFC072B) is known color: Torch Red. HEX triplet: FC, 07 and 2B. RGB value is (252,7,43). Sum of RGB (Red+Green+Blue) = 252+7+43=302 (40% of max value = 765). Red value is 252 (98.83% from 255 or 83.44% from 302); Green value is 7 (3.12% from 255 or 2.32% from 302); Blue value is 43 (17.19% from 255 or 14.24% from 302); Max value from RGB is 252 - color contains mainly: red. Hex color #FC072B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC072B is #03F8D4. Grayscale: #545454. Windows color (decimal): -260309 or 2820092. OLE color: 2820092.
HSL color Cylindrical-coordinate representation of color #FC072B: hue angle of 351.18º 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 #FC072B is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 7 | 43 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.01 |
| HSL | 351.18º | 0.98% | 0.51% | - |
| HSV(B) | 351.18º | 0.97% | 0.99% | - |
| XYZ | 40.66 | 21.02 | 4.2 | - |
| YUV | 84.36 | 104.67 | 247.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 7 | 43 | 0 | 0.97 | 0.83 | 0.01 | 351.18 | 0.98 | 0.51 |
| Hex | FC | 7 | 2B | 0 | 61 | 53 | 1 | 15F | 62 | 33 |
| Octal | 374 | 7 | 53 | 0 | 141 | 123 | 1 | 537 | 142 | 63 |
| Binary | 11111100 | 111 | 101011 | 0 | 1100001 | 1010011 | 1 | 101011111 | 1100010 | 110011 |
Color Harmonies of #FC072B
Complementary color
Monochromatic Colors of #FC072B
Black with #FC072B
Text Example
Text Example
White with #FC072B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC072B; }
p { color: rgb(252,7,43); }
H1.HeaderClassName
{
color: #FC072B;
}
.AnyTagClassName
{
color: #FC072B;
}
</style>
background-color css
<style>
a { background-color: #FC072B; }
a { background-color: rgb(252,7,43); }
div.DivClassName
{
background-color: #FC072B;
}
.BgClassName
{
background-color: #FC072B;
}
</style>
border-color css
<style>
span { border-color: #FC072B; }
span { border-color: rgb(252,7,43); }
td.TdClassName
{
border-color: #FC072B;
}
.TagClassName
{
border-color: #FC072B;
}
</style>