Shades of Torch Red #FC0412
Tints of Torch Red #FC0412
RGB
CMYK
RGB Variations
Color information
#FC0412 (or 0xFC0412) is known color: Torch Red. HEX triplet: FC, 04 and 12. RGB value is (252,4,18). Sum of RGB (Red+Green+Blue) = 252+4+18=274 (36% of max value = 765). Red value is 252 (98.83% from 255 or 91.97% from 274); Green value is 4 (1.95% from 255 or 1.46% from 274); Blue value is 18 (7.42% from 255 or 6.57% from 274); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0412 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0412 is #03FBED. Grayscale: #4F4F4F. Windows color (decimal): -261102 or 1180924. OLE color: 1180924.
HSL color Cylindrical-coordinate representation of color #FC0412: hue angle of 356.61º 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 #FC0412 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 4 | 18 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.01 |
| HSL | 356.61º | 0.98% | 0.5% | - |
| HSV(B) | 356.61º | 0.98% | 0.99% | - |
| XYZ | 40.3 | 20.83 | 2.47 | - |
| YUV | 79.75 | 93.16 | 250.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 4 | 18 | 0 | 0.98 | 0.93 | 0.01 | 356.61 | 0.98 | 0.5 |
| Hex | FC | 4 | 12 | 0 | 62 | 5D | 1 | 165 | 62 | 32 |
| Octal | 374 | 4 | 22 | 0 | 142 | 135 | 1 | 545 | 142 | 62 |
| Binary | 11111100 | 100 | 10010 | 0 | 1100010 | 1011101 | 1 | 101100101 | 1100010 | 110010 |
Color Harmonies of #FC0412
Complementary color
Monochromatic Colors of #FC0412
Black with #FC0412
Text Example
Text Example
White with #FC0412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0412; }
p { color: rgb(252,4,18); }
H1.HeaderClassName
{
color: #FC0412;
}
.AnyTagClassName
{
color: #FC0412;
}
</style>
background-color css
<style>
a { background-color: #FC0412; }
a { background-color: rgb(252,4,18); }
div.DivClassName
{
background-color: #FC0412;
}
.BgClassName
{
background-color: #FC0412;
}
</style>
border-color css
<style>
span { border-color: #FC0412; }
span { border-color: rgb(252,4,18); }
td.TdClassName
{
border-color: #FC0412;
}
.TagClassName
{
border-color: #FC0412;
}
</style>