Shades of Torch Red #FC1D3E
Tints of Torch Red #FC1D3E
RGB
CMYK
RGB Variations
Color information
#FC1D3E (or 0xFC1D3E) is known color: Torch Red. HEX triplet: FC, 1D and 3E. RGB value is (252,29,62). Sum of RGB (Red+Green+Blue) = 252+29+62=343 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.47% from 343); Green value is 29 (11.72% from 255 or 8.45% from 343); Blue value is 62 (24.61% from 255 or 18.08% from 343); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1D3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1D3E is #03E2C1. Grayscale: #636363. Windows color (decimal): -254658 or 4070908. OLE color: 4070908.
HSL color Cylindrical-coordinate representation of color #FC1D3E: hue angle of 351.12º 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 #FC1D3E is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 29 | 62 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.01 |
| HSL | 351.12º | 0.97% | 0.55% | - |
| HSV(B) | 351.12º | 0.88% | 0.99% | - |
| XYZ | 41.45 | 21.92 | 6.6 | - |
| YUV | 99.44 | 106.88 | 236.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 29 | 62 | 0 | 0.88 | 0.75 | 0.01 | 351.12 | 0.97 | 0.55 |
| Hex | FC | 1D | 3E | 0 | 58 | 4B | 1 | 15F | 61 | 37 |
| Octal | 374 | 35 | 76 | 0 | 130 | 113 | 1 | 537 | 141 | 67 |
| Binary | 11111100 | 11101 | 111110 | 0 | 1011000 | 1001011 | 1 | 101011111 | 1100001 | 110111 |
Color Harmonies of #FC1D3E
Complementary color
Monochromatic Colors of #FC1D3E
Black with #FC1D3E
Text Example
Text Example
White with #FC1D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1D3E; }
p { color: rgb(252,29,62); }
H1.HeaderClassName
{
color: #FC1D3E;
}
.AnyTagClassName
{
color: #FC1D3E;
}
</style>
background-color css
<style>
a { background-color: #FC1D3E; }
a { background-color: rgb(252,29,62); }
div.DivClassName
{
background-color: #FC1D3E;
}
.BgClassName
{
background-color: #FC1D3E;
}
</style>
border-color css
<style>
span { border-color: #FC1D3E; }
span { border-color: rgb(252,29,62); }
td.TdClassName
{
border-color: #FC1D3E;
}
.TagClassName
{
border-color: #FC1D3E;
}
</style>