Shades of Torch Red #FC1F3E
Tints of Torch Red #FC1F3E
RGB
CMYK
RGB Variations
Color information
#FC1F3E (or 0xFC1F3E) is known color: Torch Red. HEX triplet: FC, 1F and 3E. RGB value is (252,31,62). Sum of RGB (Red+Green+Blue) = 252+31+62=345 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.04% from 345); Green value is 31 (12.5% from 255 or 8.99% from 345); Blue value is 62 (24.61% from 255 or 17.97% from 345); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1F3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1F3E is #03E0C1. Grayscale: #646464. Windows color (decimal): -254146 or 4071420. OLE color: 4071420.
HSL color Cylindrical-coordinate representation of color #FC1F3E: hue angle of 351.58º 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 #FC1F3E is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 31 | 62 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.01 |
| HSL | 351.58º | 0.97% | 0.55% | - |
| HSV(B) | 351.58º | 0.88% | 0.99% | - |
| XYZ | 41.5 | 22.02 | 6.62 | - |
| YUV | 100.61 | 106.22 | 235.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 31 | 62 | 0 | 0.88 | 0.75 | 0.01 | 351.58 | 0.97 | 0.55 |
| Hex | FC | 1F | 3E | 0 | 58 | 4B | 1 | 160 | 61 | 37 |
| Octal | 374 | 37 | 76 | 0 | 130 | 113 | 1 | 540 | 141 | 67 |
| Binary | 11111100 | 11111 | 111110 | 0 | 1011000 | 1001011 | 1 | 101100000 | 1100001 | 110111 |
Color Harmonies of #FC1F3E
Complementary color
Monochromatic Colors of #FC1F3E
Black with #FC1F3E
Text Example
Text Example
White with #FC1F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1F3E; }
p { color: rgb(252,31,62); }
H1.HeaderClassName
{
color: #FC1F3E;
}
.AnyTagClassName
{
color: #FC1F3E;
}
</style>
background-color css
<style>
a { background-color: #FC1F3E; }
a { background-color: rgb(252,31,62); }
div.DivClassName
{
background-color: #FC1F3E;
}
.BgClassName
{
background-color: #FC1F3E;
}
</style>
border-color css
<style>
span { border-color: #FC1F3E; }
span { border-color: rgb(252,31,62); }
td.TdClassName
{
border-color: #FC1F3E;
}
.TagClassName
{
border-color: #FC1F3E;
}
</style>