Shades of Torch Red #FC1241
Tints of Torch Red #FC1241
RGB
CMYK
RGB Variations
Color information
#FC1241 (or 0xFC1241) is known color: Torch Red. HEX triplet: FC, 12 and 41. RGB value is (252,18,65). Sum of RGB (Red+Green+Blue) = 252+18+65=335 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.22% from 335); Green value is 18 (7.42% from 255 or 5.37% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1241 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1241 is #03EDBE. Grayscale: #5D5D5D. Windows color (decimal): -257471 or 4264700. OLE color: 4264700.
HSL color Cylindrical-coordinate representation of color #FC1241: hue angle of 347.95º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC1241 is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 18 | 65 | - |
| CMYK | 0 | 0.93 | 0.74 | 0.01 |
| HSL | 347.95º | 0.98% | 0.53% | - |
| HSV(B) | 347.95º | 0.93% | 0.99% | - |
| XYZ | 41.32 | 21.51 | 6.98 | - |
| YUV | 93.32 | 112.02 | 241.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 18 | 65 | 0 | 0.93 | 0.74 | 0.01 | 347.95 | 0.98 | 0.53 |
| Hex | FC | 12 | 41 | 0 | 5D | 4A | 1 | 15C | 62 | 35 |
| Octal | 374 | 22 | 101 | 0 | 135 | 112 | 1 | 534 | 142 | 65 |
| Binary | 11111100 | 10010 | 1000001 | 0 | 1011101 | 1001010 | 1 | 101011100 | 1100010 | 110101 |
Color Harmonies of #FC1241
Complementary color
Monochromatic Colors of #FC1241
Black with #FC1241
Text Example
Text Example
White with #FC1241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1241; }
p { color: rgb(252,18,65); }
H1.HeaderClassName
{
color: #FC1241;
}
.AnyTagClassName
{
color: #FC1241;
}
</style>
background-color css
<style>
a { background-color: #FC1241; }
a { background-color: rgb(252,18,65); }
div.DivClassName
{
background-color: #FC1241;
}
.BgClassName
{
background-color: #FC1241;
}
</style>
border-color css
<style>
span { border-color: #FC1241; }
span { border-color: rgb(252,18,65); }
td.TdClassName
{
border-color: #FC1241;
}
.TagClassName
{
border-color: #FC1241;
}
</style>