Shades of Torch Red #FC182F
Tints of Torch Red #FC182F
RGB
CMYK
RGB Variations
Color information
#FC182F (or 0xFC182F) is known color: Torch Red. HEX triplet: FC, 18 and 2F. RGB value is (252,24,47). Sum of RGB (Red+Green+Blue) = 252+24+47=323 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.02% from 323); Green value is 24 (9.77% from 255 or 7.43% from 323); Blue value is 47 (18.75% from 255 or 14.55% from 323); Max value from RGB is 252 - color contains mainly: red. Hex color #FC182F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC182F is #03E7D0. Grayscale: #5E5E5E. Windows color (decimal): -255953 or 3086588. OLE color: 3086588.
HSL color Cylindrical-coordinate representation of color #FC182F: hue angle of 353.95º 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 #FC182F is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 24 | 47 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.01 |
| HSL | 353.95º | 0.97% | 0.54% | - |
| HSV(B) | 353.95º | 0.9% | 0.99% | - |
| XYZ | 40.98 | 21.55 | 4.69 | - |
| YUV | 94.79 | 101.04 | 240.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 24 | 47 | 0 | 0.90 | 0.81 | 0.01 | 353.95 | 0.97 | 0.54 |
| Hex | FC | 18 | 2F | 0 | 5A | 51 | 1 | 162 | 61 | 36 |
| Octal | 374 | 30 | 57 | 0 | 132 | 121 | 1 | 542 | 141 | 66 |
| Binary | 11111100 | 11000 | 101111 | 0 | 1011010 | 1010001 | 1 | 101100010 | 1100001 | 110110 |
Color Harmonies of #FC182F
Complementary color
Monochromatic Colors of #FC182F
Black with #FC182F
Text Example
Text Example
White with #FC182F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC182F; }
p { color: rgb(252,24,47); }
H1.HeaderClassName
{
color: #FC182F;
}
.AnyTagClassName
{
color: #FC182F;
}
</style>
background-color css
<style>
a { background-color: #FC182F; }
a { background-color: rgb(252,24,47); }
div.DivClassName
{
background-color: #FC182F;
}
.BgClassName
{
background-color: #FC182F;
}
</style>
border-color css
<style>
span { border-color: #FC182F; }
span { border-color: rgb(252,24,47); }
td.TdClassName
{
border-color: #FC182F;
}
.TagClassName
{
border-color: #FC182F;
}
</style>