Shades of Torch Red #FC002D
Tints of Torch Red #FC002D
RGB
CMYK
RGB Variations
Color information
#FC002D (or 0xFC002D) is known color: Torch Red. HEX triplet: FC, 00 and 2D. RGB value is (252,0,45). Sum of RGB (Red+Green+Blue) = 252+0+45=297 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84.85% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 252 - color contains mainly: red. Hex color #FC002D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC002D is #03FFD2. Grayscale: #505050. Windows color (decimal): -262099 or 2949372. OLE color: 2949372.
HSL color Cylindrical-coordinate representation of color #FC002D: hue angle of 349.29º 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 #FC002D is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 45 | - |
| CMYK | 0 | 1 | 0.82 | 0.01 |
| HSL | 349.29º | 1% | 0.49% | - |
| HSV(B) | 349.29º | 1% | 0.99% | - |
| XYZ | 40.62 | 20.88 | 4.37 | - |
| YUV | 80.48 | 107.99 | 250.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 45 | 0 | 1 | 0.82 | 0.01 | 349.29 | 1 | 0.49 |
| Hex | FC | 0 | 2D | 0 | 64 | 52 | 1 | 15D | 64 | 31 |
| Octal | 374 | 0 | 55 | 0 | 144 | 122 | 1 | 535 | 144 | 61 |
| Binary | 11111100 | 0 | 101101 | 0 | 1100100 | 1010010 | 1 | 101011101 | 1100100 | 110001 |
Color Harmonies of #FC002D
Complementary color
Monochromatic Colors of #FC002D
Black with #FC002D
Text Example
Text Example
White with #FC002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC002D; }
p { color: rgb(252,0,45); }
H1.HeaderClassName
{
color: #FC002D;
}
.AnyTagClassName
{
color: #FC002D;
}
</style>
background-color css
<style>
a { background-color: #FC002D; }
a { background-color: rgb(252,0,45); }
div.DivClassName
{
background-color: #FC002D;
}
.BgClassName
{
background-color: #FC002D;
}
</style>
border-color css
<style>
span { border-color: #FC002D; }
span { border-color: rgb(252,0,45); }
td.TdClassName
{
border-color: #FC002D;
}
.TagClassName
{
border-color: #FC002D;
}
</style>