Shades of Torch Red #FC1824
Tints of Torch Red #FC1824
RGB
CMYK
RGB Variations
Color information
#FC1824 (or 0xFC1824) is known color: Torch Red. HEX triplet: FC, 18 and 24. RGB value is (252,24,36). Sum of RGB (Red+Green+Blue) = 252+24+36=312 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.77% from 312); Green value is 24 (9.77% from 255 or 7.69% from 312); Blue value is 36 (14.45% from 255 or 11.54% from 312); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1824 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1824 is #03E7DB. Grayscale: #5D5D5D. Windows color (decimal): -255964 or 2365692. OLE color: 2365692.
HSL color Cylindrical-coordinate representation of color #FC1824: hue angle of 356.84º 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 #FC1824 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 24 | 36 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.01 |
| HSL | 356.84º | 0.97% | 0.54% | - |
| HSV(B) | 356.84º | 0.9% | 0.99% | - |
| XYZ | 40.79 | 21.48 | 3.66 | - |
| YUV | 93.54 | 95.54 | 241.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 24 | 36 | 0 | 0.90 | 0.86 | 0.01 | 356.84 | 0.97 | 0.54 |
| Hex | FC | 18 | 24 | 0 | 5A | 56 | 1 | 165 | 61 | 36 |
| Octal | 374 | 30 | 44 | 0 | 132 | 126 | 1 | 545 | 141 | 66 |
| Binary | 11111100 | 11000 | 100100 | 0 | 1011010 | 1010110 | 1 | 101100101 | 1100001 | 110110 |
Color Harmonies of #FC1824
Complementary color
Monochromatic Colors of #FC1824
Black with #FC1824
Text Example
Text Example
White with #FC1824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1824; }
p { color: rgb(252,24,36); }
H1.HeaderClassName
{
color: #FC1824;
}
.AnyTagClassName
{
color: #FC1824;
}
</style>
background-color css
<style>
a { background-color: #FC1824; }
a { background-color: rgb(252,24,36); }
div.DivClassName
{
background-color: #FC1824;
}
.BgClassName
{
background-color: #FC1824;
}
</style>
border-color css
<style>
span { border-color: #FC1824; }
span { border-color: rgb(252,24,36); }
td.TdClassName
{
border-color: #FC1824;
}
.TagClassName
{
border-color: #FC1824;
}
</style>