Shades of Torch Red #FC1926
Tints of Torch Red #FC1926
RGB
CMYK
RGB Variations
Color information
#FC1926 (or 0xFC1926) is known color: Torch Red. HEX triplet: FC, 19 and 26. RGB value is (252,25,38). Sum of RGB (Red+Green+Blue) = 252+25+38=315 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80% from 315); Green value is 25 (10.16% from 255 or 7.94% from 315); Blue value is 38 (15.23% from 255 or 12.06% from 315); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1926 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1926 is #03E6D9. Grayscale: #5E5E5E. Windows color (decimal): -255706 or 2497020. OLE color: 2497020.
HSL color Cylindrical-coordinate representation of color #FC1926: hue angle of 356.56º 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 #FC1926 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 25 | 38 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.01 |
| HSL | 356.56º | 0.97% | 0.54% | - |
| HSV(B) | 356.56º | 0.9% | 0.99% | - |
| XYZ | 40.84 | 21.53 | 3.84 | - |
| YUV | 94.36 | 96.21 | 240.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 25 | 38 | 0 | 0.90 | 0.85 | 0.01 | 356.56 | 0.97 | 0.54 |
| Hex | FC | 19 | 26 | 0 | 5A | 55 | 1 | 165 | 61 | 36 |
| Octal | 374 | 31 | 46 | 0 | 132 | 125 | 1 | 545 | 141 | 66 |
| Binary | 11111100 | 11001 | 100110 | 0 | 1011010 | 1010101 | 1 | 101100101 | 1100001 | 110110 |
Color Harmonies of #FC1926
Complementary color
Monochromatic Colors of #FC1926
Black with #FC1926
Text Example
Text Example
White with #FC1926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1926; }
p { color: rgb(252,25,38); }
H1.HeaderClassName
{
color: #FC1926;
}
.AnyTagClassName
{
color: #FC1926;
}
</style>
background-color css
<style>
a { background-color: #FC1926; }
a { background-color: rgb(252,25,38); }
div.DivClassName
{
background-color: #FC1926;
}
.BgClassName
{
background-color: #FC1926;
}
</style>
border-color css
<style>
span { border-color: #FC1926; }
span { border-color: rgb(252,25,38); }
td.TdClassName
{
border-color: #FC1926;
}
.TagClassName
{
border-color: #FC1926;
}
</style>