Shades of Torch Red #FC0F1C
Tints of Torch Red #FC0F1C
RGB
CMYK
RGB Variations
Color information
#FC0F1C (or 0xFC0F1C) is known color: Torch Red. HEX triplet: FC, 0F and 1C. RGB value is (252,15,28). Sum of RGB (Red+Green+Blue) = 252+15+28=295 (39% of max value = 765). Red value is 252 (98.83% from 255 or 85.42% from 295); Green value is 15 (6.25% from 255 or 5.08% from 295); Blue value is 28 (11.33% from 255 or 9.49% from 295); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0F1C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0F1C is #03F0E3. Grayscale: #575757. Windows color (decimal): -258276 or 1839100. OLE color: 1839100.
HSL color Cylindrical-coordinate representation of color #FC0F1C: hue angle of 356.71º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC0F1C is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 15 | 28 | - |
| CMYK | 0 | 0.94 | 0.89 | 0.01 |
| HSL | 356.71º | 0.98% | 0.52% | - |
| HSV(B) | 356.71º | 0.94% | 0.99% | - |
| XYZ | 40.53 | 21.12 | 3.04 | - |
| YUV | 87.35 | 94.52 | 245.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 15 | 28 | 0 | 0.94 | 0.89 | 0.01 | 356.71 | 0.98 | 0.52 |
| Hex | FC | F | 1C | 0 | 5E | 59 | 1 | 165 | 62 | 34 |
| Octal | 374 | 17 | 34 | 0 | 136 | 131 | 1 | 545 | 142 | 64 |
| Binary | 11111100 | 1111 | 11100 | 0 | 1011110 | 1011001 | 1 | 101100101 | 1100010 | 110100 |
Color Harmonies of #FC0F1C
Complementary color
Monochromatic Colors of #FC0F1C
Black with #FC0F1C
Text Example
Text Example
White with #FC0F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0F1C; }
p { color: rgb(252,15,28); }
H1.HeaderClassName
{
color: #FC0F1C;
}
.AnyTagClassName
{
color: #FC0F1C;
}
</style>
background-color css
<style>
a { background-color: #FC0F1C; }
a { background-color: rgb(252,15,28); }
div.DivClassName
{
background-color: #FC0F1C;
}
.BgClassName
{
background-color: #FC0F1C;
}
</style>
border-color css
<style>
span { border-color: #FC0F1C; }
span { border-color: rgb(252,15,28); }
td.TdClassName
{
border-color: #FC0F1C;
}
.TagClassName
{
border-color: #FC0F1C;
}
</style>