Shades of Torch Red #FC1941
Tints of Torch Red #FC1941
RGB
CMYK
RGB Variations
Color information
#FC1941 (or 0xFC1941) is known color: Torch Red. HEX triplet: FC, 19 and 41. RGB value is (252,25,65). Sum of RGB (Red+Green+Blue) = 252+25+65=342 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.68% from 342); Green value is 25 (10.16% from 255 or 7.31% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1941 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1941 is #03E6BE. Grayscale: #616161. Windows color (decimal): -255679 or 4266492. OLE color: 4266492.
HSL color Cylindrical-coordinate representation of color #FC1941: hue angle of 349.43º 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 #FC1941 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 25 | 65 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.01 |
| HSL | 349.43º | 0.97% | 0.54% | - |
| HSV(B) | 349.43º | 0.9% | 0.99% | - |
| XYZ | 41.45 | 21.77 | 7.02 | - |
| YUV | 97.43 | 109.71 | 238.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 25 | 65 | 0 | 0.90 | 0.74 | 0.01 | 349.43 | 0.97 | 0.54 |
| Hex | FC | 19 | 41 | 0 | 5A | 4A | 1 | 15D | 61 | 36 |
| Octal | 374 | 31 | 101 | 0 | 132 | 112 | 1 | 535 | 141 | 66 |
| Binary | 11111100 | 11001 | 1000001 | 0 | 1011010 | 1001010 | 1 | 101011101 | 1100001 | 110110 |
Color Harmonies of #FC1941
Complementary color
Monochromatic Colors of #FC1941
Black with #FC1941
Text Example
Text Example
White with #FC1941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1941; }
p { color: rgb(252,25,65); }
H1.HeaderClassName
{
color: #FC1941;
}
.AnyTagClassName
{
color: #FC1941;
}
</style>
background-color css
<style>
a { background-color: #FC1941; }
a { background-color: rgb(252,25,65); }
div.DivClassName
{
background-color: #FC1941;
}
.BgClassName
{
background-color: #FC1941;
}
</style>
border-color css
<style>
span { border-color: #FC1941; }
span { border-color: rgb(252,25,65); }
td.TdClassName
{
border-color: #FC1941;
}
.TagClassName
{
border-color: #FC1941;
}
</style>