Shades of Torch Red #FC1321
Tints of Torch Red #FC1321
RGB
CMYK
RGB Variations
Color information
#FC1321 (or 0xFC1321) is known color: Torch Red. HEX triplet: FC, 13 and 21. RGB value is (252,19,33). Sum of RGB (Red+Green+Blue) = 252+19+33=304 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.89% from 304); Green value is 19 (7.81% from 255 or 6.25% from 304); Blue value is 33 (13.28% from 255 or 10.86% from 304); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1321 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1321 is #03ECDE. Grayscale: #5A5A5A. Windows color (decimal): -257247 or 2167804. OLE color: 2167804.
HSL color Cylindrical-coordinate representation of color #FC1321: hue angle of 356.39º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC1321 is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 19 | 33 | - |
| CMYK | 0 | 0.92 | 0.87 | 0.01 |
| HSL | 356.39º | 0.97% | 0.53% | - |
| HSV(B) | 356.39º | 0.92% | 0.99% | - |
| XYZ | 40.65 | 21.27 | 3.4 | - |
| YUV | 90.26 | 95.69 | 243.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 19 | 33 | 0 | 0.92 | 0.87 | 0.01 | 356.39 | 0.97 | 0.53 |
| Hex | FC | 13 | 21 | 0 | 5C | 57 | 1 | 164 | 61 | 35 |
| Octal | 374 | 23 | 41 | 0 | 134 | 127 | 1 | 544 | 141 | 65 |
| Binary | 11111100 | 10011 | 100001 | 0 | 1011100 | 1010111 | 1 | 101100100 | 1100001 | 110101 |
Color Harmonies of #FC1321
Complementary color
Monochromatic Colors of #FC1321
Black with #FC1321
Text Example
Text Example
White with #FC1321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1321; }
p { color: rgb(252,19,33); }
H1.HeaderClassName
{
color: #FC1321;
}
.AnyTagClassName
{
color: #FC1321;
}
</style>
background-color css
<style>
a { background-color: #FC1321; }
a { background-color: rgb(252,19,33); }
div.DivClassName
{
background-color: #FC1321;
}
.BgClassName
{
background-color: #FC1321;
}
</style>
border-color css
<style>
span { border-color: #FC1321; }
span { border-color: rgb(252,19,33); }
td.TdClassName
{
border-color: #FC1321;
}
.TagClassName
{
border-color: #FC1321;
}
</style>