Shades of Torch Red #FC1621
Tints of Torch Red #FC1621
RGB
CMYK
RGB Variations
Color information
#FC1621 (or 0xFC1621) is known color: Torch Red. HEX triplet: FC, 16 and 21. RGB value is (252,22,33). Sum of RGB (Red+Green+Blue) = 252+22+33=307 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.08% from 307); Green value is 22 (8.98% from 255 or 7.17% from 307); Blue value is 33 (13.28% from 255 or 10.75% from 307); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1621 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1621 is #03E9DE. Grayscale: #5C5C5C. Windows color (decimal): -256479 or 2168572. OLE color: 2168572.
HSL color Cylindrical-coordinate representation of color #FC1621: hue angle of 357.13º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC1621 is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 22 | 33 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.01 |
| HSL | 357.13º | 0.97% | 0.54% | - |
| HSV(B) | 357.13º | 0.91% | 0.99% | - |
| XYZ | 40.71 | 21.38 | 3.42 | - |
| YUV | 92.02 | 94.7 | 242.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 22 | 33 | 0 | 0.91 | 0.87 | 0.01 | 357.13 | 0.97 | 0.54 |
| Hex | FC | 16 | 21 | 0 | 5B | 57 | 1 | 165 | 61 | 36 |
| Octal | 374 | 26 | 41 | 0 | 133 | 127 | 1 | 545 | 141 | 66 |
| Binary | 11111100 | 10110 | 100001 | 0 | 1011011 | 1010111 | 1 | 101100101 | 1100001 | 110110 |
Color Harmonies of #FC1621
Complementary color
Monochromatic Colors of #FC1621
Black with #FC1621
Text Example
Text Example
White with #FC1621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1621; }
p { color: rgb(252,22,33); }
H1.HeaderClassName
{
color: #FC1621;
}
.AnyTagClassName
{
color: #FC1621;
}
</style>
background-color css
<style>
a { background-color: #FC1621; }
a { background-color: rgb(252,22,33); }
div.DivClassName
{
background-color: #FC1621;
}
.BgClassName
{
background-color: #FC1621;
}
</style>
border-color css
<style>
span { border-color: #FC1621; }
span { border-color: rgb(252,22,33); }
td.TdClassName
{
border-color: #FC1621;
}
.TagClassName
{
border-color: #FC1621;
}
</style>