Shades of Torch Red #FC1D1E
Tints of Torch Red #FC1D1E
RGB
CMYK
RGB Variations
Color information
#FC1D1E (or 0xFC1D1E) is known color: Torch Red. HEX triplet: FC, 1D and 1E. RGB value is (252,29,30). Sum of RGB (Red+Green+Blue) = 252+29+30=311 (41% of max value = 765). Red value is 252 (98.83% from 255 or 81.03% from 311); Green value is 29 (11.72% from 255 or 9.32% from 311); Blue value is 30 (12.11% from 255 or 9.65% from 311); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1D1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1D1E is #03E2E1. Grayscale: #606060. Windows color (decimal): -254690 or 1973756. OLE color: 1973756.
HSL color Cylindrical-coordinate representation of color #FC1D1E: hue angle of 359.73º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FC1D1E is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 29 | 30 | - |
| CMYK | 0 | 0.88 | 0.88 | 0.01 |
| HSL | 359.73º | 0.97% | 0.55% | - |
| HSV(B) | 359.73º | 0.88% | 0.99% | - |
| XYZ | 40.82 | 21.67 | 3.26 | - |
| YUV | 95.79 | 90.88 | 239.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 29 | 30 | 0 | 0.88 | 0.88 | 0.01 | 359.73 | 0.97 | 0.55 |
| Hex | FC | 1D | 1E | 0 | 58 | 58 | 1 | 168 | 61 | 37 |
| Octal | 374 | 35 | 36 | 0 | 130 | 130 | 1 | 550 | 141 | 67 |
| Binary | 11111100 | 11101 | 11110 | 0 | 1011000 | 1011000 | 1 | 101101000 | 1100001 | 110111 |
Color Harmonies of #FC1D1E
Complementary color
Monochromatic Colors of #FC1D1E
Black with #FC1D1E
Text Example
Text Example
White with #FC1D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1D1E; }
p { color: rgb(252,29,30); }
H1.HeaderClassName
{
color: #FC1D1E;
}
.AnyTagClassName
{
color: #FC1D1E;
}
</style>
background-color css
<style>
a { background-color: #FC1D1E; }
a { background-color: rgb(252,29,30); }
div.DivClassName
{
background-color: #FC1D1E;
}
.BgClassName
{
background-color: #FC1D1E;
}
</style>
border-color css
<style>
span { border-color: #FC1D1E; }
span { border-color: rgb(252,29,30); }
td.TdClassName
{
border-color: #FC1D1E;
}
.TagClassName
{
border-color: #FC1D1E;
}
</style>