Shades of Torch Red #FC1922
Tints of Torch Red #FC1922
RGB
CMYK
RGB Variations
Color information
#FC1922 (or 0xFC1922) is known color: Torch Red. HEX triplet: FC, 19 and 22. RGB value is (252,25,34). Sum of RGB (Red+Green+Blue) = 252+25+34=311 (41% of max value = 765). Red value is 252 (98.83% from 255 or 81.03% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 34 (13.67% from 255 or 10.93% from 311); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1922 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1922 is #03E6DD. Grayscale: #5E5E5E. Windows color (decimal): -255710 or 2234876. OLE color: 2234876.
HSL color Cylindrical-coordinate representation of color #FC1922: hue angle of 357.62º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC1922 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 25 | 34 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.01 |
| HSL | 357.62º | 0.97% | 0.54% | - |
| HSV(B) | 357.62º | 0.9% | 0.99% | - |
| XYZ | 40.78 | 21.51 | 3.52 | - |
| YUV | 93.9 | 94.21 | 240.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 25 | 34 | 0 | 0.90 | 0.87 | 0.01 | 357.62 | 0.97 | 0.54 |
| Hex | FC | 19 | 22 | 0 | 5A | 57 | 1 | 166 | 61 | 36 |
| Octal | 374 | 31 | 42 | 0 | 132 | 127 | 1 | 546 | 141 | 66 |
| Binary | 11111100 | 11001 | 100010 | 0 | 1011010 | 1010111 | 1 | 101100110 | 1100001 | 110110 |
Color Harmonies of #FC1922
Complementary color
Monochromatic Colors of #FC1922
Black with #FC1922
Text Example
Text Example
White with #FC1922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1922; }
p { color: rgb(252,25,34); }
H1.HeaderClassName
{
color: #FC1922;
}
.AnyTagClassName
{
color: #FC1922;
}
</style>
background-color css
<style>
a { background-color: #FC1922; }
a { background-color: rgb(252,25,34); }
div.DivClassName
{
background-color: #FC1922;
}
.BgClassName
{
background-color: #FC1922;
}
</style>
border-color css
<style>
span { border-color: #FC1922; }
span { border-color: rgb(252,25,34); }
td.TdClassName
{
border-color: #FC1922;
}
.TagClassName
{
border-color: #FC1922;
}
</style>