Shades of Torch Red #FC181E
Tints of Torch Red #FC181E
RGB
CMYK
RGB Variations
Color information
#FC181E (or 0xFC181E) is known color: Torch Red. HEX triplet: FC, 18 and 1E. RGB value is (252,24,30). Sum of RGB (Red+Green+Blue) = 252+24+30=306 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.35% from 306); Green value is 24 (9.77% from 255 or 7.84% from 306); Blue value is 30 (12.11% from 255 or 9.80% from 306); Max value from RGB is 252 - color contains mainly: red. Hex color #FC181E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC181E is #03E7E1. Grayscale: #5D5D5D. Windows color (decimal): -255970 or 1972476. OLE color: 1972476.
HSL color Cylindrical-coordinate representation of color #FC181E: hue angle of 358.42º 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 #FC181E is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 24 | 30 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.01 |
| HSL | 358.42º | 0.97% | 0.54% | - |
| HSV(B) | 358.42º | 0.9% | 0.99% | - |
| XYZ | 40.71 | 21.44 | 3.22 | - |
| YUV | 92.86 | 92.54 | 241.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 24 | 30 | 0 | 0.90 | 0.88 | 0.01 | 358.42 | 0.97 | 0.54 |
| Hex | FC | 18 | 1E | 0 | 5A | 58 | 1 | 166 | 61 | 36 |
| Octal | 374 | 30 | 36 | 0 | 132 | 130 | 1 | 546 | 141 | 66 |
| Binary | 11111100 | 11000 | 11110 | 0 | 1011010 | 1011000 | 1 | 101100110 | 1100001 | 110110 |
Color Harmonies of #FC181E
Complementary color
Monochromatic Colors of #FC181E
Black with #FC181E
Text Example
Text Example
White with #FC181E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC181E; }
p { color: rgb(252,24,30); }
H1.HeaderClassName
{
color: #FC181E;
}
.AnyTagClassName
{
color: #FC181E;
}
</style>
background-color css
<style>
a { background-color: #FC181E; }
a { background-color: rgb(252,24,30); }
div.DivClassName
{
background-color: #FC181E;
}
.BgClassName
{
background-color: #FC181E;
}
</style>
border-color css
<style>
span { border-color: #FC181E; }
span { border-color: rgb(252,24,30); }
td.TdClassName
{
border-color: #FC181E;
}
.TagClassName
{
border-color: #FC181E;
}
</style>