Shades of Torch Red #FC001D
Tints of Torch Red #FC001D
RGB
CMYK
RGB Variations
Color information
#FC001D (or 0xFC001D) is known color: Torch Red. HEX triplet: FC, 00 and 1D. RGB value is (252,0,29). Sum of RGB (Red+Green+Blue) = 252+0+29=281 (37% of max value = 765). Red value is 252 (98.83% from 255 or 89.68% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 29 (11.72% from 255 or 10.32% from 281); Max value from RGB is 252 - color contains mainly: red. Hex color #FC001D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC001D is #03FFE2. Grayscale: #4E4E4E. Windows color (decimal): -262115 or 1900796. OLE color: 1900796.
HSL color Cylindrical-coordinate representation of color #FC001D: hue angle of 353.1º 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 #FC001D is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 29 | - |
| CMYK | 0 | 1 | 0.88 | 0.01 |
| HSL | 353.1º | 1% | 0.49% | - |
| HSV(B) | 353.1º | 1% | 0.99% | - |
| XYZ | 40.37 | 20.78 | 3.05 | - |
| YUV | 78.65 | 99.99 | 251.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 29 | 0 | 1 | 0.88 | 0.01 | 353.1 | 1 | 0.49 |
| Hex | FC | 0 | 1D | 0 | 64 | 58 | 1 | 161 | 64 | 31 |
| Octal | 374 | 0 | 35 | 0 | 144 | 130 | 1 | 541 | 144 | 61 |
| Binary | 11111100 | 0 | 11101 | 0 | 1100100 | 1011000 | 1 | 101100001 | 1100100 | 110001 |
Color Harmonies of #FC001D
Complementary color
Monochromatic Colors of #FC001D
Black with #FC001D
Text Example
Text Example
White with #FC001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC001D; }
p { color: rgb(252,0,29); }
H1.HeaderClassName
{
color: #FC001D;
}
.AnyTagClassName
{
color: #FC001D;
}
</style>
background-color css
<style>
a { background-color: #FC001D; }
a { background-color: rgb(252,0,29); }
div.DivClassName
{
background-color: #FC001D;
}
.BgClassName
{
background-color: #FC001D;
}
</style>
border-color css
<style>
span { border-color: #FC001D; }
span { border-color: rgb(252,0,29); }
td.TdClassName
{
border-color: #FC001D;
}
.TagClassName
{
border-color: #FC001D;
}
</style>