Shades of Torch Red #FC1124
Tints of Torch Red #FC1124
RGB
CMYK
RGB Variations
Color information
#FC1124 (or 0xFC1124) is known color: Torch Red. HEX triplet: FC, 11 and 24. RGB value is (252,17,36). Sum of RGB (Red+Green+Blue) = 252+17+36=305 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.62% from 305); Green value is 17 (7.03% from 255 or 5.57% from 305); Blue value is 36 (14.45% from 255 or 11.80% from 305); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1124 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1124 is #03EEDB. Grayscale: #595959. Windows color (decimal): -257756 or 2363900. OLE color: 2363900.
HSL color Cylindrical-coordinate representation of color #FC1124: hue angle of 355.15º 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 #FC1124 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 17 | 36 | - |
| CMYK | 0 | 0.93 | 0.86 | 0.01 |
| HSL | 355.15º | 0.98% | 0.53% | - |
| HSV(B) | 355.15º | 0.93% | 0.99% | - |
| XYZ | 40.66 | 21.22 | 3.62 | - |
| YUV | 89.43 | 97.86 | 243.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 17 | 36 | 0 | 0.93 | 0.86 | 0.01 | 355.15 | 0.98 | 0.53 |
| Hex | FC | 11 | 24 | 0 | 5D | 56 | 1 | 163 | 62 | 35 |
| Octal | 374 | 21 | 44 | 0 | 135 | 126 | 1 | 543 | 142 | 65 |
| Binary | 11111100 | 10001 | 100100 | 0 | 1011101 | 1010110 | 1 | 101100011 | 1100010 | 110101 |
Color Harmonies of #FC1124
Complementary color
Monochromatic Colors of #FC1124
Black with #FC1124
Text Example
Text Example
White with #FC1124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1124; }
p { color: rgb(252,17,36); }
H1.HeaderClassName
{
color: #FC1124;
}
.AnyTagClassName
{
color: #FC1124;
}
</style>
background-color css
<style>
a { background-color: #FC1124; }
a { background-color: rgb(252,17,36); }
div.DivClassName
{
background-color: #FC1124;
}
.BgClassName
{
background-color: #FC1124;
}
</style>
border-color css
<style>
span { border-color: #FC1124; }
span { border-color: rgb(252,17,36); }
td.TdClassName
{
border-color: #FC1124;
}
.TagClassName
{
border-color: #FC1124;
}
</style>