Shades of Torch Red #FC0405
Tints of Torch Red #FC0405
RGB
CMYK
RGB Variations
Color information
#FC0405 (or 0xFC0405) is known color: Torch Red. HEX triplet: FC, 04 and 05. RGB value is (252,4,5). Sum of RGB (Red+Green+Blue) = 252+4+5=261 (34% of max value = 765). Red value is 252 (98.83% from 255 or 96.55% from 261); Green value is 4 (1.95% from 255 or 1.53% from 261); Blue value is 5 (2.34% from 255 or 1.92% from 261); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0405 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0405 is #03FBFA. Grayscale: #4E4E4E. Windows color (decimal): -261115 or 328956. OLE color: 328956.
HSL color Cylindrical-coordinate representation of color #FC0405: hue angle of 359.76º 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 #FC0405 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 4 | 5 | - |
| CMYK | 0 | 0.98 | 0.98 | 0.01 |
| HSL | 359.76º | 0.98% | 0.5% | - |
| HSV(B) | 359.76º | 0.98% | 0.99% | - |
| XYZ | 40.22 | 20.79 | 2.04 | - |
| YUV | 78.27 | 86.66 | 251.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 4 | 5 | 0 | 0.98 | 0.98 | 0.01 | 359.76 | 0.98 | 0.5 |
| Hex | FC | 4 | 5 | 0 | 62 | 62 | 1 | 168 | 62 | 32 |
| Octal | 374 | 4 | 5 | 0 | 142 | 142 | 1 | 550 | 142 | 62 |
| Binary | 11111100 | 100 | 101 | 0 | 1100010 | 1100010 | 1 | 101101000 | 1100010 | 110010 |
Color Harmonies of #FC0405
Complementary color
Monochromatic Colors of #FC0405
Black with #FC0405
Text Example
Text Example
White with #FC0405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0405; }
p { color: rgb(252,4,5); }
H1.HeaderClassName
{
color: #FC0405;
}
.AnyTagClassName
{
color: #FC0405;
}
</style>
background-color css
<style>
a { background-color: #FC0405; }
a { background-color: rgb(252,4,5); }
div.DivClassName
{
background-color: #FC0405;
}
.BgClassName
{
background-color: #FC0405;
}
</style>
border-color css
<style>
span { border-color: #FC0405; }
span { border-color: rgb(252,4,5); }
td.TdClassName
{
border-color: #FC0405;
}
.TagClassName
{
border-color: #FC0405;
}
</style>