Shades of Torch Red #FC1521
Tints of Torch Red #FC1521
RGB
CMYK
RGB Variations
Color information
#FC1521 (or 0xFC1521) is known color: Torch Red. HEX triplet: FC, 15 and 21. RGB value is (252,21,33). Sum of RGB (Red+Green+Blue) = 252+21+33=306 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.35% from 306); Green value is 21 (8.59% from 255 or 6.86% from 306); Blue value is 33 (13.28% from 255 or 10.78% from 306); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1521 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1521 is #03EADE. Grayscale: #5B5B5B. Windows color (decimal): -256735 or 2168316. OLE color: 2168316.
HSL color Cylindrical-coordinate representation of color #FC1521: hue angle of 356.88º 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 #FC1521 is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 21 | 33 | - |
| CMYK | 0 | 0.92 | 0.87 | 0.01 |
| HSL | 356.88º | 0.97% | 0.54% | - |
| HSV(B) | 356.88º | 0.92% | 0.99% | - |
| XYZ | 40.69 | 21.34 | 3.41 | - |
| YUV | 91.44 | 95.03 | 242.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 21 | 33 | 0 | 0.92 | 0.87 | 0.01 | 356.88 | 0.97 | 0.54 |
| Hex | FC | 15 | 21 | 0 | 5C | 57 | 1 | 165 | 61 | 36 |
| Octal | 374 | 25 | 41 | 0 | 134 | 127 | 1 | 545 | 141 | 66 |
| Binary | 11111100 | 10101 | 100001 | 0 | 1011100 | 1010111 | 1 | 101100101 | 1100001 | 110110 |
Color Harmonies of #FC1521
Complementary color
Monochromatic Colors of #FC1521
Black with #FC1521
Text Example
Text Example
White with #FC1521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1521; }
p { color: rgb(252,21,33); }
H1.HeaderClassName
{
color: #FC1521;
}
.AnyTagClassName
{
color: #FC1521;
}
</style>
background-color css
<style>
a { background-color: #FC1521; }
a { background-color: rgb(252,21,33); }
div.DivClassName
{
background-color: #FC1521;
}
.BgClassName
{
background-color: #FC1521;
}
</style>
border-color css
<style>
span { border-color: #FC1521; }
span { border-color: rgb(252,21,33); }
td.TdClassName
{
border-color: #FC1521;
}
.TagClassName
{
border-color: #FC1521;
}
</style>