Shades of Torch Red #FC0002
Tints of Torch Red #FC0002
RGB
CMYK
RGB Variations
Color information
#FC0002 (or 0xFC0002) is known color: Torch Red. HEX triplet: FC, 00 and 02. RGB value is (252,0,2). Sum of RGB (Red+Green+Blue) = 252+0+2=254 (33% of max value = 765). Red value is 252 (98.83% from 255 or 99.21% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0002 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0002 is #03FFFD. Grayscale: #4B4B4B. Windows color (decimal): -262142 or 131324. OLE color: 131324.
HSL color Cylindrical-coordinate representation of color #FC0002: hue angle of 359.52º 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 #FC0002 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 2 | - |
| CMYK | 0 | 1 | 0.99 | 0.01 |
| HSL | 359.52º | 1% | 0.49% | - |
| HSV(B) | 359.52º | 1% | 0.99% | - |
| XYZ | 40.16 | 20.7 | 1.94 | - |
| YUV | 75.58 | 86.49 | 253.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 2 | 0 | 1 | 0.99 | 0.01 | 359.52 | 1 | 0.49 |
| Hex | FC | 0 | 2 | 0 | 64 | 63 | 1 | 168 | 64 | 31 |
| Octal | 374 | 0 | 2 | 0 | 144 | 143 | 1 | 550 | 144 | 61 |
| Binary | 11111100 | 0 | 10 | 0 | 1100100 | 1100011 | 1 | 101101000 | 1100100 | 110001 |
Color Harmonies of #FC0002
Complementary color
Monochromatic Colors of #FC0002
Black with #FC0002
Text Example
Text Example
White with #FC0002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0002; }
p { color: rgb(252,0,2); }
H1.HeaderClassName
{
color: #FC0002;
}
.AnyTagClassName
{
color: #FC0002;
}
</style>
background-color css
<style>
a { background-color: #FC0002; }
a { background-color: rgb(252,0,2); }
div.DivClassName
{
background-color: #FC0002;
}
.BgClassName
{
background-color: #FC0002;
}
</style>
border-color css
<style>
span { border-color: #FC0002; }
span { border-color: rgb(252,0,2); }
td.TdClassName
{
border-color: #FC0002;
}
.TagClassName
{
border-color: #FC0002;
}
</style>