Shades of Torch Red #FC052A
Tints of Torch Red #FC052A
RGB
CMYK
RGB Variations
Color information
#FC052A (or 0xFC052A) is known color: Torch Red. HEX triplet: FC, 05 and 2A. RGB value is (252,5,42). Sum of RGB (Red+Green+Blue) = 252+5+42=299 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84.28% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 42 (16.80% from 255 or 14.05% from 299); Max value from RGB is 252 - color contains mainly: red. Hex color #FC052A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC052A is #03FAD5. Grayscale: #535353. Windows color (decimal): -260822 or 2754044. OLE color: 2754044.
HSL color Cylindrical-coordinate representation of color #FC052A: hue angle of 351.01º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC052A is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 5 | 42 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.01 |
| HSL | 351.01º | 0.98% | 0.5% | - |
| HSV(B) | 351.01º | 0.98% | 0.99% | - |
| XYZ | 40.62 | 20.97 | 4.1 | - |
| YUV | 83.07 | 104.83 | 248.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 5 | 42 | 0 | 0.98 | 0.83 | 0.01 | 351.01 | 0.98 | 0.5 |
| Hex | FC | 5 | 2A | 0 | 62 | 53 | 1 | 15F | 62 | 32 |
| Octal | 374 | 5 | 52 | 0 | 142 | 123 | 1 | 537 | 142 | 62 |
| Binary | 11111100 | 101 | 101010 | 0 | 1100010 | 1010011 | 1 | 101011111 | 1100010 | 110010 |
Color Harmonies of #FC052A
Complementary color
Monochromatic Colors of #FC052A
Black with #FC052A
Text Example
Text Example
White with #FC052A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC052A; }
p { color: rgb(252,5,42); }
H1.HeaderClassName
{
color: #FC052A;
}
.AnyTagClassName
{
color: #FC052A;
}
</style>
background-color css
<style>
a { background-color: #FC052A; }
a { background-color: rgb(252,5,42); }
div.DivClassName
{
background-color: #FC052A;
}
.BgClassName
{
background-color: #FC052A;
}
</style>
border-color css
<style>
span { border-color: #FC052A; }
span { border-color: rgb(252,5,42); }
td.TdClassName
{
border-color: #FC052A;
}
.TagClassName
{
border-color: #FC052A;
}
</style>