Shades of Torch Red #FC2131
Tints of Torch Red #FC2131
RGB
CMYK
RGB Variations
Color information
#FC2131 (or 0xFC2131) is known color: Torch Red. HEX triplet: FC, 21 and 31. RGB value is (252,33,49). Sum of RGB (Red+Green+Blue) = 252+33+49=334 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.45% from 334); Green value is 33 (13.28% from 255 or 9.88% from 334); Blue value is 49 (19.53% from 255 or 14.67% from 334); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2131 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2131 is #03DECE. Grayscale: #646464. Windows color (decimal): -253647 or 3219964. OLE color: 3219964.
HSL color Cylindrical-coordinate representation of color #FC2131: hue angle of 355.62º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FC2131 is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 33 | 49 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.01 |
| HSL | 355.62º | 0.97% | 0.56% | - |
| HSV(B) | 355.62º | 0.87% | 0.99% | - |
| XYZ | 41.24 | 22 | 4.98 | - |
| YUV | 100.31 | 99.05 | 236.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 33 | 49 | 0 | 0.87 | 0.81 | 0.01 | 355.62 | 0.97 | 0.56 |
| Hex | FC | 21 | 31 | 0 | 57 | 51 | 1 | 164 | 61 | 38 |
| Octal | 374 | 41 | 61 | 0 | 127 | 121 | 1 | 544 | 141 | 70 |
| Binary | 11111100 | 100001 | 110001 | 0 | 1010111 | 1010001 | 1 | 101100100 | 1100001 | 111000 |
Color Harmonies of #FC2131
Complementary color
Monochromatic Colors of #FC2131
Black with #FC2131
Text Example
Text Example
White with #FC2131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2131; }
p { color: rgb(252,33,49); }
H1.HeaderClassName
{
color: #FC2131;
}
.AnyTagClassName
{
color: #FC2131;
}
</style>
background-color css
<style>
a { background-color: #FC2131; }
a { background-color: rgb(252,33,49); }
div.DivClassName
{
background-color: #FC2131;
}
.BgClassName
{
background-color: #FC2131;
}
</style>
border-color css
<style>
span { border-color: #FC2131; }
span { border-color: rgb(252,33,49); }
td.TdClassName
{
border-color: #FC2131;
}
.TagClassName
{
border-color: #FC2131;
}
</style>