Shades of Torch Red #FC131D
Tints of Torch Red #FC131D
RGB
CMYK
RGB Variations
Color information
#FC131D (or 0xFC131D) is known color: Torch Red. HEX triplet: FC, 13 and 1D. RGB value is (252,19,29). Sum of RGB (Red+Green+Blue) = 252+19+29=300 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84% from 300); Green value is 19 (7.81% from 255 or 6.33% from 300); Blue value is 29 (11.72% from 255 or 9.67% from 300); Max value from RGB is 252 - color contains mainly: red. Hex color #FC131D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC131D is #03ECE2. Grayscale: #595959. Windows color (decimal): -257251 or 1905660. OLE color: 1905660.
HSL color Cylindrical-coordinate representation of color #FC131D: hue angle of 357.42º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC131D is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 19 | 29 | - |
| CMYK | 0 | 0.92 | 0.88 | 0.01 |
| HSL | 357.42º | 0.97% | 0.53% | - |
| HSV(B) | 357.42º | 0.92% | 0.99% | - |
| XYZ | 40.6 | 21.25 | 3.12 | - |
| YUV | 89.81 | 93.69 | 243.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 19 | 29 | 0 | 0.92 | 0.88 | 0.01 | 357.42 | 0.97 | 0.53 |
| Hex | FC | 13 | 1D | 0 | 5C | 58 | 1 | 165 | 61 | 35 |
| Octal | 374 | 23 | 35 | 0 | 134 | 130 | 1 | 545 | 141 | 65 |
| Binary | 11111100 | 10011 | 11101 | 0 | 1011100 | 1011000 | 1 | 101100101 | 1100001 | 110101 |
Color Harmonies of #FC131D
Complementary color
Monochromatic Colors of #FC131D
Black with #FC131D
Text Example
Text Example
White with #FC131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC131D; }
p { color: rgb(252,19,29); }
H1.HeaderClassName
{
color: #FC131D;
}
.AnyTagClassName
{
color: #FC131D;
}
</style>
background-color css
<style>
a { background-color: #FC131D; }
a { background-color: rgb(252,19,29); }
div.DivClassName
{
background-color: #FC131D;
}
.BgClassName
{
background-color: #FC131D;
}
</style>
border-color css
<style>
span { border-color: #FC131D; }
span { border-color: rgb(252,19,29); }
td.TdClassName
{
border-color: #FC131D;
}
.TagClassName
{
border-color: #FC131D;
}
</style>