Shades of Torch Red #FC182C
Tints of Torch Red #FC182C
RGB
CMYK
RGB Variations
Color information
#FC182C (or 0xFC182C) is known color: Torch Red. HEX triplet: FC, 18 and 2C. RGB value is (252,24,44). Sum of RGB (Red+Green+Blue) = 252+24+44=320 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.75% from 320); Green value is 24 (9.77% from 255 or 7.5% from 320); Blue value is 44 (17.58% from 255 or 13.75% from 320); Max value from RGB is 252 - color contains mainly: red. Hex color #FC182C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC182C is #03E7D3. Grayscale: #5E5E5E. Windows color (decimal): -255956 or 2889980. OLE color: 2889980.
HSL color Cylindrical-coordinate representation of color #FC182C: hue angle of 354.74º 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 #FC182C is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 24 | 44 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.01 |
| HSL | 354.74º | 0.97% | 0.54% | - |
| HSV(B) | 354.74º | 0.9% | 0.99% | - |
| XYZ | 40.93 | 21.53 | 4.38 | - |
| YUV | 94.45 | 99.54 | 240.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 24 | 44 | 0 | 0.90 | 0.83 | 0.01 | 354.74 | 0.97 | 0.54 |
| Hex | FC | 18 | 2C | 0 | 5A | 53 | 1 | 163 | 61 | 36 |
| Octal | 374 | 30 | 54 | 0 | 132 | 123 | 1 | 543 | 141 | 66 |
| Binary | 11111100 | 11000 | 101100 | 0 | 1011010 | 1010011 | 1 | 101100011 | 1100001 | 110110 |
Color Harmonies of #FC182C
Complementary color
Monochromatic Colors of #FC182C
Black with #FC182C
Text Example
Text Example
White with #FC182C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC182C; }
p { color: rgb(252,24,44); }
H1.HeaderClassName
{
color: #FC182C;
}
.AnyTagClassName
{
color: #FC182C;
}
</style>
background-color css
<style>
a { background-color: #FC182C; }
a { background-color: rgb(252,24,44); }
div.DivClassName
{
background-color: #FC182C;
}
.BgClassName
{
background-color: #FC182C;
}
</style>
border-color css
<style>
span { border-color: #FC182C; }
span { border-color: rgb(252,24,44); }
td.TdClassName
{
border-color: #FC182C;
}
.TagClassName
{
border-color: #FC182C;
}
</style>