Shades of Torch Red #FC002A
Tints of Torch Red #FC002A
RGB
CMYK
RGB Variations
Color information
#FC002A (or 0xFC002A) is known color: Torch Red. HEX triplet: FC, 00 and 2A. RGB value is (252,0,42). Sum of RGB (Red+Green+Blue) = 252+0+42=294 (38% of max value = 765). Red value is 252 (98.83% from 255 or 85.71% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 42 (16.80% from 255 or 14.29% from 294); Max value from RGB is 252 - color contains mainly: red. Hex color #FC002A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC002A is #03FFD5. Grayscale: #505050. Windows color (decimal): -262102 or 2752764. OLE color: 2752764.
HSL color Cylindrical-coordinate representation of color #FC002A: hue angle of 350º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC002A is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 42 | - |
| CMYK | 0 | 1 | 0.83 | 0.01 |
| HSL | 350º | 1% | 0.49% | - |
| HSV(B) | 350º | 1% | 0.99% | - |
| XYZ | 40.56 | 20.86 | 4.08 | - |
| YUV | 80.14 | 106.49 | 250.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 42 | 0 | 1 | 0.83 | 0.01 | 350 | 1 | 0.49 |
| Hex | FC | 0 | 2A | 0 | 64 | 53 | 1 | 15E | 64 | 31 |
| Octal | 374 | 0 | 52 | 0 | 144 | 123 | 1 | 536 | 144 | 61 |
| Binary | 11111100 | 0 | 101010 | 0 | 1100100 | 1010011 | 1 | 101011110 | 1100100 | 110001 |
Color Harmonies of #FC002A
Complementary color
Monochromatic Colors of #FC002A
Black with #FC002A
Text Example
Text Example
White with #FC002A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC002A; }
p { color: rgb(252,0,42); }
H1.HeaderClassName
{
color: #FC002A;
}
.AnyTagClassName
{
color: #FC002A;
}
</style>
background-color css
<style>
a { background-color: #FC002A; }
a { background-color: rgb(252,0,42); }
div.DivClassName
{
background-color: #FC002A;
}
.BgClassName
{
background-color: #FC002A;
}
</style>
border-color css
<style>
span { border-color: #FC002A; }
span { border-color: rgb(252,0,42); }
td.TdClassName
{
border-color: #FC002A;
}
.TagClassName
{
border-color: #FC002A;
}
</style>