Shades of Torch Red #FC1731
Tints of Torch Red #FC1731
RGB
CMYK
RGB Variations
Color information
#FC1731 (or 0xFC1731) is known color: Torch Red. HEX triplet: FC, 17 and 31. RGB value is (252,23,49). Sum of RGB (Red+Green+Blue) = 252+23+49=324 (42% of max value = 765). Red value is 252 (98.83% from 255 or 77.78% from 324); Green value is 23 (9.38% from 255 or 7.10% from 324); Blue value is 49 (19.53% from 255 or 15.12% from 324); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1731 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1731 is #03E8CE. Grayscale: #5E5E5E. Windows color (decimal): -256207 or 3217404. OLE color: 3217404.
HSL color Cylindrical-coordinate representation of color #FC1731: hue angle of 353.19º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC1731 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 23 | 49 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.01 |
| HSL | 353.19º | 0.97% | 0.54% | - |
| HSV(B) | 353.19º | 0.91% | 0.99% | - |
| XYZ | 41.01 | 21.53 | 4.9 | - |
| YUV | 94.44 | 102.37 | 240.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 23 | 49 | 0 | 0.91 | 0.81 | 0.01 | 353.19 | 0.97 | 0.54 |
| Hex | FC | 17 | 31 | 0 | 5B | 51 | 1 | 161 | 61 | 36 |
| Octal | 374 | 27 | 61 | 0 | 133 | 121 | 1 | 541 | 141 | 66 |
| Binary | 11111100 | 10111 | 110001 | 0 | 1011011 | 1010001 | 1 | 101100001 | 1100001 | 110110 |
Color Harmonies of #FC1731
Complementary color
Monochromatic Colors of #FC1731
Black with #FC1731
Text Example
Text Example
White with #FC1731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1731; }
p { color: rgb(252,23,49); }
H1.HeaderClassName
{
color: #FC1731;
}
.AnyTagClassName
{
color: #FC1731;
}
</style>
background-color css
<style>
a { background-color: #FC1731; }
a { background-color: rgb(252,23,49); }
div.DivClassName
{
background-color: #FC1731;
}
.BgClassName
{
background-color: #FC1731;
}
</style>
border-color css
<style>
span { border-color: #FC1731; }
span { border-color: rgb(252,23,49); }
td.TdClassName
{
border-color: #FC1731;
}
.TagClassName
{
border-color: #FC1731;
}
</style>