Shades of Torch Red #FC0512
Tints of Torch Red #FC0512
RGB
CMYK
RGB Variations
Color information
#FC0512 (or 0xFC0512) is known color: Torch Red. HEX triplet: FC, 05 and 12. RGB value is (252,5,18). Sum of RGB (Red+Green+Blue) = 252+5+18=275 (36% of max value = 765). Red value is 252 (98.83% from 255 or 91.64% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 18 (7.42% from 255 or 6.55% from 275); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0512 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0512 is #03FAED. Grayscale: #505050. Windows color (decimal): -260846 or 1181180. OLE color: 1181180.
HSL color Cylindrical-coordinate representation of color #FC0512: hue angle of 356.84º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC0512 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 5 | 18 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.01 |
| HSL | 356.84º | 0.98% | 0.5% | - |
| HSV(B) | 356.84º | 0.98% | 0.99% | - |
| XYZ | 40.31 | 20.85 | 2.47 | - |
| YUV | 80.34 | 92.83 | 250.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 5 | 18 | 0 | 0.98 | 0.93 | 0.01 | 356.84 | 0.98 | 0.5 |
| Hex | FC | 5 | 12 | 0 | 62 | 5D | 1 | 165 | 62 | 32 |
| Octal | 374 | 5 | 22 | 0 | 142 | 135 | 1 | 545 | 142 | 62 |
| Binary | 11111100 | 101 | 10010 | 0 | 1100010 | 1011101 | 1 | 101100101 | 1100010 | 110010 |
Color Harmonies of #FC0512
Complementary color
Monochromatic Colors of #FC0512
Black with #FC0512
Text Example
Text Example
White with #FC0512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0512; }
p { color: rgb(252,5,18); }
H1.HeaderClassName
{
color: #FC0512;
}
.AnyTagClassName
{
color: #FC0512;
}
</style>
background-color css
<style>
a { background-color: #FC0512; }
a { background-color: rgb(252,5,18); }
div.DivClassName
{
background-color: #FC0512;
}
.BgClassName
{
background-color: #FC0512;
}
</style>
border-color css
<style>
span { border-color: #FC0512; }
span { border-color: rgb(252,5,18); }
td.TdClassName
{
border-color: #FC0512;
}
.TagClassName
{
border-color: #FC0512;
}
</style>