Shades of Torch Red #FC1942
Tints of Torch Red #FC1942
RGB
CMYK
RGB Variations
Color information
#FC1942 (or 0xFC1942) is known color: Torch Red. HEX triplet: FC, 19 and 42. RGB value is (252,25,66). Sum of RGB (Red+Green+Blue) = 252+25+66=343 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.47% from 343); Green value is 25 (10.16% from 255 or 7.29% from 343); Blue value is 66 (26.17% from 255 or 19.24% from 343); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1942 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1942 is #03E6BD. Grayscale: #616161. Windows color (decimal): -255678 or 4332028. OLE color: 4332028.
HSL color Cylindrical-coordinate representation of color #FC1942: hue angle of 349.16º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC1942 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 25 | 66 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.01 |
| HSL | 349.16º | 0.97% | 0.54% | - |
| HSV(B) | 349.16º | 0.9% | 0.99% | - |
| XYZ | 41.48 | 21.78 | 7.17 | - |
| YUV | 97.55 | 110.21 | 238.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 25 | 66 | 0 | 0.90 | 0.74 | 0.01 | 349.16 | 0.97 | 0.54 |
| Hex | FC | 19 | 42 | 0 | 5A | 4A | 1 | 15D | 61 | 36 |
| Octal | 374 | 31 | 102 | 0 | 132 | 112 | 1 | 535 | 141 | 66 |
| Binary | 11111100 | 11001 | 1000010 | 0 | 1011010 | 1001010 | 1 | 101011101 | 1100001 | 110110 |
Color Harmonies of #FC1942
Complementary color
Monochromatic Colors of #FC1942
Black with #FC1942
Text Example
Text Example
White with #FC1942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1942; }
p { color: rgb(252,25,66); }
H1.HeaderClassName
{
color: #FC1942;
}
.AnyTagClassName
{
color: #FC1942;
}
</style>
background-color css
<style>
a { background-color: #FC1942; }
a { background-color: rgb(252,25,66); }
div.DivClassName
{
background-color: #FC1942;
}
.BgClassName
{
background-color: #FC1942;
}
</style>
border-color css
<style>
span { border-color: #FC1942; }
span { border-color: rgb(252,25,66); }
td.TdClassName
{
border-color: #FC1942;
}
.TagClassName
{
border-color: #FC1942;
}
</style>