Shades of Torch Red #FC1121
Tints of Torch Red #FC1121
RGB
CMYK
RGB Variations
Color information
#FC1121 (or 0xFC1121) is known color: Torch Red. HEX triplet: FC, 11 and 21. RGB value is (252,17,33). Sum of RGB (Red+Green+Blue) = 252+17+33=302 (40% of max value = 765). Red value is 252 (98.83% from 255 or 83.44% from 302); Green value is 17 (7.03% from 255 or 5.63% from 302); Blue value is 33 (13.28% from 255 or 10.93% from 302); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1121 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1121 is #03EEDE. Grayscale: #595959. Windows color (decimal): -257759 or 2167292. OLE color: 2167292.
HSL color Cylindrical-coordinate representation of color #FC1121: hue angle of 355.91º 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 #FC1121 is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 17 | 33 | - |
| CMYK | 0 | 0.93 | 0.87 | 0.01 |
| HSL | 355.91º | 0.98% | 0.53% | - |
| HSV(B) | 355.91º | 0.93% | 0.99% | - |
| XYZ | 40.62 | 21.21 | 3.39 | - |
| YUV | 89.09 | 96.36 | 244.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 17 | 33 | 0 | 0.93 | 0.87 | 0.01 | 355.91 | 0.98 | 0.53 |
| Hex | FC | 11 | 21 | 0 | 5D | 57 | 1 | 164 | 62 | 35 |
| Octal | 374 | 21 | 41 | 0 | 135 | 127 | 1 | 544 | 142 | 65 |
| Binary | 11111100 | 10001 | 100001 | 0 | 1011101 | 1010111 | 1 | 101100100 | 1100010 | 110101 |
Color Harmonies of #FC1121
Complementary color
Monochromatic Colors of #FC1121
Black with #FC1121
Text Example
Text Example
White with #FC1121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1121; }
p { color: rgb(252,17,33); }
H1.HeaderClassName
{
color: #FC1121;
}
.AnyTagClassName
{
color: #FC1121;
}
</style>
background-color css
<style>
a { background-color: #FC1121; }
a { background-color: rgb(252,17,33); }
div.DivClassName
{
background-color: #FC1121;
}
.BgClassName
{
background-color: #FC1121;
}
</style>
border-color css
<style>
span { border-color: #FC1121; }
span { border-color: rgb(252,17,33); }
td.TdClassName
{
border-color: #FC1121;
}
.TagClassName
{
border-color: #FC1121;
}
</style>