Shades of Torch Red #FC1924
Tints of Torch Red #FC1924
RGB
CMYK
RGB Variations
Color information
#FC1924 (or 0xFC1924) is known color: Torch Red. HEX triplet: FC, 19 and 24. RGB value is (252,25,36). Sum of RGB (Red+Green+Blue) = 252+25+36=313 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.51% from 313); Green value is 25 (10.16% from 255 or 7.99% from 313); Blue value is 36 (14.45% from 255 or 11.50% from 313); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1924 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1924 is #03E6DB. Grayscale: #5E5E5E. Windows color (decimal): -255708 or 2365948. OLE color: 2365948.
HSL color Cylindrical-coordinate representation of color #FC1924: hue angle of 357.09º 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 #FC1924 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 25 | 36 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.01 |
| HSL | 357.09º | 0.97% | 0.54% | - |
| HSV(B) | 357.09º | 0.9% | 0.99% | - |
| XYZ | 40.81 | 21.52 | 3.67 | - |
| YUV | 94.13 | 95.21 | 240.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 25 | 36 | 0 | 0.90 | 0.86 | 0.01 | 357.09 | 0.97 | 0.54 |
| Hex | FC | 19 | 24 | 0 | 5A | 56 | 1 | 165 | 61 | 36 |
| Octal | 374 | 31 | 44 | 0 | 132 | 126 | 1 | 545 | 141 | 66 |
| Binary | 11111100 | 11001 | 100100 | 0 | 1011010 | 1010110 | 1 | 101100101 | 1100001 | 110110 |
Color Harmonies of #FC1924
Complementary color
Monochromatic Colors of #FC1924
Black with #FC1924
Text Example
Text Example
White with #FC1924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1924; }
p { color: rgb(252,25,36); }
H1.HeaderClassName
{
color: #FC1924;
}
.AnyTagClassName
{
color: #FC1924;
}
</style>
background-color css
<style>
a { background-color: #FC1924; }
a { background-color: rgb(252,25,36); }
div.DivClassName
{
background-color: #FC1924;
}
.BgClassName
{
background-color: #FC1924;
}
</style>
border-color css
<style>
span { border-color: #FC1924; }
span { border-color: rgb(252,25,36); }
td.TdClassName
{
border-color: #FC1924;
}
.TagClassName
{
border-color: #FC1924;
}
</style>