Shades of Torch Red #FC0509
Tints of Torch Red #FC0509
RGB
CMYK
RGB Variations
Color information
#FC0509 (or 0xFC0509) is known color: Torch Red. HEX triplet: FC, 05 and 09. RGB value is (252,5,9). Sum of RGB (Red+Green+Blue) = 252+5+9=266 (35% of max value = 765). Red value is 252 (98.83% from 255 or 94.74% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 9 (3.91% from 255 or 3.38% from 266); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0509 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0509 is #03FAF6. Grayscale: #4F4F4F. Windows color (decimal): -260855 or 591356. OLE color: 591356.
HSL color Cylindrical-coordinate representation of color #FC0509: hue angle of 359.03º 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 #FC0509 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 5 | 9 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.01 |
| HSL | 359.03º | 0.98% | 0.5% | - |
| HSV(B) | 359.03º | 0.98% | 0.99% | - |
| XYZ | 40.25 | 20.82 | 2.16 | - |
| YUV | 79.31 | 88.33 | 251.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 5 | 9 | 0 | 0.98 | 0.96 | 0.01 | 359.03 | 0.98 | 0.5 |
| Hex | FC | 5 | 9 | 0 | 62 | 60 | 1 | 167 | 62 | 32 |
| Octal | 374 | 5 | 11 | 0 | 142 | 140 | 1 | 547 | 142 | 62 |
| Binary | 11111100 | 101 | 1001 | 0 | 1100010 | 1100000 | 1 | 101100111 | 1100010 | 110010 |
Color Harmonies of #FC0509
Complementary color
Monochromatic Colors of #FC0509
Black with #FC0509
Text Example
Text Example
White with #FC0509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0509; }
p { color: rgb(252,5,9); }
H1.HeaderClassName
{
color: #FC0509;
}
.AnyTagClassName
{
color: #FC0509;
}
</style>
background-color css
<style>
a { background-color: #FC0509; }
a { background-color: rgb(252,5,9); }
div.DivClassName
{
background-color: #FC0509;
}
.BgClassName
{
background-color: #FC0509;
}
</style>
border-color css
<style>
span { border-color: #FC0509; }
span { border-color: rgb(252,5,9); }
td.TdClassName
{
border-color: #FC0509;
}
.TagClassName
{
border-color: #FC0509;
}
</style>