Shades of Torch Red #FC0A24
Tints of Torch Red #FC0A24
RGB
CMYK
RGB Variations
Color information
#FC0A24 (or 0xFC0A24) is known color: Torch Red. HEX triplet: FC, 0A and 24. RGB value is (252,10,36). Sum of RGB (Red+Green+Blue) = 252+10+36=298 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84.56% from 298); Green value is 10 (4.30% from 255 or 3.36% from 298); Blue value is 36 (14.45% from 255 or 12.08% from 298); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0A24 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0A24 is #03F5DB. Grayscale: #555555. Windows color (decimal): -259548 or 2362108. OLE color: 2362108.
HSL color Cylindrical-coordinate representation of color #FC0A24: hue angle of 353.55º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC0A24 is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 10 | 36 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.01 |
| HSL | 353.55º | 0.98% | 0.51% | - |
| HSV(B) | 353.55º | 0.96% | 0.99% | - |
| XYZ | 40.57 | 21.04 | 3.59 | - |
| YUV | 85.32 | 100.17 | 246.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 10 | 36 | 0 | 0.96 | 0.86 | 0.01 | 353.55 | 0.98 | 0.51 |
| Hex | FC | A | 24 | 0 | 60 | 56 | 1 | 162 | 62 | 33 |
| Octal | 374 | 12 | 44 | 0 | 140 | 126 | 1 | 542 | 142 | 63 |
| Binary | 11111100 | 1010 | 100100 | 0 | 1100000 | 1010110 | 1 | 101100010 | 1100010 | 110011 |
Color Harmonies of #FC0A24
Complementary color
Monochromatic Colors of #FC0A24
Black with #FC0A24
Text Example
Text Example
White with #FC0A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0A24; }
p { color: rgb(252,10,36); }
H1.HeaderClassName
{
color: #FC0A24;
}
.AnyTagClassName
{
color: #FC0A24;
}
</style>
background-color css
<style>
a { background-color: #FC0A24; }
a { background-color: rgb(252,10,36); }
div.DivClassName
{
background-color: #FC0A24;
}
.BgClassName
{
background-color: #FC0A24;
}
</style>
border-color css
<style>
span { border-color: #FC0A24; }
span { border-color: rgb(252,10,36); }
td.TdClassName
{
border-color: #FC0A24;
}
.TagClassName
{
border-color: #FC0A24;
}
</style>