Shades of Torch Red #FC1541
Tints of Torch Red #FC1541
RGB
CMYK
RGB Variations
Color information
#FC1541 (or 0xFC1541) is known color: Torch Red. HEX triplet: FC, 15 and 41. RGB value is (252,21,65). Sum of RGB (Red+Green+Blue) = 252+21+65=338 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.56% from 338); Green value is 21 (8.59% from 255 or 6.21% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1541 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1541 is #03EABE. Grayscale: #5F5F5F. Windows color (decimal): -256703 or 4265468. OLE color: 4265468.
HSL color Cylindrical-coordinate representation of color #FC1541: hue angle of 348.57º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC1541 is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 21 | 65 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.01 |
| HSL | 348.57º | 0.97% | 0.54% | - |
| HSV(B) | 348.57º | 0.92% | 0.99% | - |
| XYZ | 41.37 | 21.61 | 6.99 | - |
| YUV | 95.09 | 111.03 | 239.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 21 | 65 | 0 | 0.92 | 0.74 | 0.01 | 348.57 | 0.97 | 0.54 |
| Hex | FC | 15 | 41 | 0 | 5C | 4A | 1 | 15D | 61 | 36 |
| Octal | 374 | 25 | 101 | 0 | 134 | 112 | 1 | 535 | 141 | 66 |
| Binary | 11111100 | 10101 | 1000001 | 0 | 1011100 | 1001010 | 1 | 101011101 | 1100001 | 110110 |
Color Harmonies of #FC1541
Complementary color
Monochromatic Colors of #FC1541
Black with #FC1541
Text Example
Text Example
White with #FC1541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1541; }
p { color: rgb(252,21,65); }
H1.HeaderClassName
{
color: #FC1541;
}
.AnyTagClassName
{
color: #FC1541;
}
</style>
background-color css
<style>
a { background-color: #FC1541; }
a { background-color: rgb(252,21,65); }
div.DivClassName
{
background-color: #FC1541;
}
.BgClassName
{
background-color: #FC1541;
}
</style>
border-color css
<style>
span { border-color: #FC1541; }
span { border-color: rgb(252,21,65); }
td.TdClassName
{
border-color: #FC1541;
}
.TagClassName
{
border-color: #FC1541;
}
</style>