Shades of Torch Red #FC0041
Tints of Torch Red #FC0041
RGB
CMYK
RGB Variations
Color information
#FC0041 (or 0xFC0041) is known color: Torch Red. HEX triplet: FC, 00 and 41. RGB value is (252,0,65). Sum of RGB (Red+Green+Blue) = 252+0+65=317 (41% of max value = 765). Red value is 252 (98.83% from 255 or 79.50% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0041 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0041 is #03FFBE. Grayscale: #525252. Windows color (decimal): -262079 or 4260092. OLE color: 4260092.
HSL color Cylindrical-coordinate representation of color #FC0041: hue angle of 344.52º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC0041 is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 65 | - |
| CMYK | 0 | 1 | 0.74 | 0.01 |
| HSL | 344.52º | 1% | 0.49% | - |
| HSV(B) | 344.52º | 1% | 0.99% | - |
| XYZ | 41.1 | 21.08 | 6.9 | - |
| YUV | 82.76 | 117.99 | 248.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 65 | 0 | 1 | 0.74 | 0.01 | 344.52 | 1 | 0.49 |
| Hex | FC | 0 | 41 | 0 | 64 | 4A | 1 | 159 | 64 | 31 |
| Octal | 374 | 0 | 101 | 0 | 144 | 112 | 1 | 531 | 144 | 61 |
| Binary | 11111100 | 0 | 1000001 | 0 | 1100100 | 1001010 | 1 | 101011001 | 1100100 | 110001 |
Color Harmonies of #FC0041
Complementary color
Monochromatic Colors of #FC0041
Black with #FC0041
Text Example
Text Example
White with #FC0041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0041; }
p { color: rgb(252,0,65); }
H1.HeaderClassName
{
color: #FC0041;
}
.AnyTagClassName
{
color: #FC0041;
}
</style>
background-color css
<style>
a { background-color: #FC0041; }
a { background-color: rgb(252,0,65); }
div.DivClassName
{
background-color: #FC0041;
}
.BgClassName
{
background-color: #FC0041;
}
</style>
border-color css
<style>
span { border-color: #FC0041; }
span { border-color: rgb(252,0,65); }
td.TdClassName
{
border-color: #FC0041;
}
.TagClassName
{
border-color: #FC0041;
}
</style>