Shades of Torch Red #FC2141
Tints of Torch Red #FC2141
RGB
CMYK
RGB Variations
Color information
#FC2141 (or 0xFC2141) is known color: Torch Red. HEX triplet: FC, 21 and 41. RGB value is (252,33,65). Sum of RGB (Red+Green+Blue) = 252+33+65=350 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72% from 350); Green value is 33 (13.28% from 255 or 9.43% from 350); Blue value is 65 (25.78% from 255 or 18.57% from 350); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2141 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2141 is #03DEBE. Grayscale: #666666. Windows color (decimal): -253631 or 4268540. OLE color: 4268540.
HSL color Cylindrical-coordinate representation of color #FC2141: hue angle of 351.23º 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 #FC2141 is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 33 | 65 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.01 |
| HSL | 351.23º | 0.97% | 0.56% | - |
| HSV(B) | 351.23º | 0.87% | 0.99% | - |
| XYZ | 41.64 | 22.16 | 7.08 | - |
| YUV | 102.13 | 107.05 | 234.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 33 | 65 | 0 | 0.87 | 0.74 | 0.01 | 351.23 | 0.97 | 0.56 |
| Hex | FC | 21 | 41 | 0 | 57 | 4A | 1 | 15F | 61 | 38 |
| Octal | 374 | 41 | 101 | 0 | 127 | 112 | 1 | 537 | 141 | 70 |
| Binary | 11111100 | 100001 | 1000001 | 0 | 1010111 | 1001010 | 1 | 101011111 | 1100001 | 111000 |
Color Harmonies of #FC2141
Complementary color
Monochromatic Colors of #FC2141
Black with #FC2141
Text Example
Text Example
White with #FC2141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2141; }
p { color: rgb(252,33,65); }
H1.HeaderClassName
{
color: #FC2141;
}
.AnyTagClassName
{
color: #FC2141;
}
</style>
background-color css
<style>
a { background-color: #FC2141; }
a { background-color: rgb(252,33,65); }
div.DivClassName
{
background-color: #FC2141;
}
.BgClassName
{
background-color: #FC2141;
}
</style>
border-color css
<style>
span { border-color: #FC2141; }
span { border-color: rgb(252,33,65); }
td.TdClassName
{
border-color: #FC2141;
}
.TagClassName
{
border-color: #FC2141;
}
</style>