Shades of Torch Red #FC040A
Tints of Torch Red #FC040A
RGB
CMYK
RGB Variations
Color information
#FC040A (or 0xFC040A) is known color: Torch Red. HEX triplet: FC, 04 and 0A. RGB value is (252,4,10). Sum of RGB (Red+Green+Blue) = 252+4+10=266 (35% of max value = 765). Red value is 252 (98.83% from 255 or 94.74% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 10 (4.30% from 255 or 3.76% from 266); Max value from RGB is 252 - color contains mainly: red. Hex color #FC040A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC040A is #03FBF5. Grayscale: #4F4F4F. Windows color (decimal): -261110 or 656636. OLE color: 656636.
HSL color Cylindrical-coordinate representation of color #FC040A: hue angle of 358.55º 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 #FC040A is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 4 | 10 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.01 |
| HSL | 358.55º | 0.98% | 0.5% | - |
| HSV(B) | 358.55º | 0.98% | 0.99% | - |
| XYZ | 40.24 | 20.8 | 2.18 | - |
| YUV | 78.84 | 89.16 | 251.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 4 | 10 | 0 | 0.98 | 0.96 | 0.01 | 358.55 | 0.98 | 0.5 |
| Hex | FC | 4 | A | 0 | 62 | 60 | 1 | 167 | 62 | 32 |
| Octal | 374 | 4 | 12 | 0 | 142 | 140 | 1 | 547 | 142 | 62 |
| Binary | 11111100 | 100 | 1010 | 0 | 1100010 | 1100000 | 1 | 101100111 | 1100010 | 110010 |
Color Harmonies of #FC040A
Complementary color
Monochromatic Colors of #FC040A
Black with #FC040A
Text Example
Text Example
White with #FC040A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC040A; }
p { color: rgb(252,4,10); }
H1.HeaderClassName
{
color: #FC040A;
}
.AnyTagClassName
{
color: #FC040A;
}
</style>
background-color css
<style>
a { background-color: #FC040A; }
a { background-color: rgb(252,4,10); }
div.DivClassName
{
background-color: #FC040A;
}
.BgClassName
{
background-color: #FC040A;
}
</style>
border-color css
<style>
span { border-color: #FC040A; }
span { border-color: rgb(252,4,10); }
td.TdClassName
{
border-color: #FC040A;
}
.TagClassName
{
border-color: #FC040A;
}
</style>