Shades of Torch Red #FC0414
Tints of Torch Red #FC0414
RGB
CMYK
RGB Variations
Color information
#FC0414 (or 0xFC0414) is known color: Torch Red. HEX triplet: FC, 04 and 14. RGB value is (252,4,20). Sum of RGB (Red+Green+Blue) = 252+4+20=276 (36% of max value = 765). Red value is 252 (98.83% from 255 or 91.30% from 276); Green value is 4 (1.95% from 255 or 1.45% from 276); Blue value is 20 (8.20% from 255 or 7.25% from 276); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0414 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0414 is #03FBEB. Grayscale: #505050. Windows color (decimal): -261100 or 1311996. OLE color: 1311996.
HSL color Cylindrical-coordinate representation of color #FC0414: hue angle of 356.13º 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 #FC0414 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 4 | 20 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.01 |
| HSL | 356.13º | 0.98% | 0.5% | - |
| HSV(B) | 356.13º | 0.98% | 0.99% | - |
| XYZ | 40.31 | 20.83 | 2.56 | - |
| YUV | 79.98 | 94.16 | 250.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 4 | 20 | 0 | 0.98 | 0.92 | 0.01 | 356.13 | 0.98 | 0.5 |
| Hex | FC | 4 | 14 | 0 | 62 | 5C | 1 | 164 | 62 | 32 |
| Octal | 374 | 4 | 24 | 0 | 142 | 134 | 1 | 544 | 142 | 62 |
| Binary | 11111100 | 100 | 10100 | 0 | 1100010 | 1011100 | 1 | 101100100 | 1100010 | 110010 |
Color Harmonies of #FC0414
Complementary color
Monochromatic Colors of #FC0414
Black with #FC0414
Text Example
Text Example
White with #FC0414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0414; }
p { color: rgb(252,4,20); }
H1.HeaderClassName
{
color: #FC0414;
}
.AnyTagClassName
{
color: #FC0414;
}
</style>
background-color css
<style>
a { background-color: #FC0414; }
a { background-color: rgb(252,4,20); }
div.DivClassName
{
background-color: #FC0414;
}
.BgClassName
{
background-color: #FC0414;
}
</style>
border-color css
<style>
span { border-color: #FC0414; }
span { border-color: rgb(252,4,20); }
td.TdClassName
{
border-color: #FC0414;
}
.TagClassName
{
border-color: #FC0414;
}
</style>