Shades of Torch Red #FC0409
Tints of Torch Red #FC0409
RGB
CMYK
RGB Variations
Color information
#FC0409 (or 0xFC0409) is known color: Torch Red. HEX triplet: FC, 04 and 09. RGB value is (252,4,9). Sum of RGB (Red+Green+Blue) = 252+4+9=265 (35% of max value = 765). Red value is 252 (98.83% from 255 or 95.09% from 265); Green value is 4 (1.95% from 255 or 1.51% from 265); Blue value is 9 (3.91% from 255 or 3.40% from 265); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0409 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0409 is #03FBF6. Grayscale: #4E4E4E. Windows color (decimal): -261111 or 591100. OLE color: 591100.
HSL color Cylindrical-coordinate representation of color #FC0409: hue angle of 358.79º 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 #FC0409 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 4 | 9 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.01 |
| HSL | 358.79º | 0.98% | 0.5% | - |
| HSV(B) | 358.79º | 0.98% | 0.99% | - |
| XYZ | 40.24 | 20.8 | 2.15 | - |
| YUV | 78.72 | 88.66 | 251.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 4 | 9 | 0 | 0.98 | 0.96 | 0.01 | 358.79 | 0.98 | 0.5 |
| Hex | FC | 4 | 9 | 0 | 62 | 60 | 1 | 167 | 62 | 32 |
| Octal | 374 | 4 | 11 | 0 | 142 | 140 | 1 | 547 | 142 | 62 |
| Binary | 11111100 | 100 | 1001 | 0 | 1100010 | 1100000 | 1 | 101100111 | 1100010 | 110010 |
Color Harmonies of #FC0409
Complementary color
Monochromatic Colors of #FC0409
Black with #FC0409
Text Example
Text Example
White with #FC0409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0409; }
p { color: rgb(252,4,9); }
H1.HeaderClassName
{
color: #FC0409;
}
.AnyTagClassName
{
color: #FC0409;
}
</style>
background-color css
<style>
a { background-color: #FC0409; }
a { background-color: rgb(252,4,9); }
div.DivClassName
{
background-color: #FC0409;
}
.BgClassName
{
background-color: #FC0409;
}
</style>
border-color css
<style>
span { border-color: #FC0409; }
span { border-color: rgb(252,4,9); }
td.TdClassName
{
border-color: #FC0409;
}
.TagClassName
{
border-color: #FC0409;
}
</style>