Shades of Torch Red #FC0A19
Tints of Torch Red #FC0A19
RGB
CMYK
RGB Variations
Color information
#FC0A19 (or 0xFC0A19) is known color: Torch Red. HEX triplet: FC, 0A and 19. RGB value is (252,10,25). Sum of RGB (Red+Green+Blue) = 252+10+25=287 (38% of max value = 765). Red value is 252 (98.83% from 255 or 87.80% from 287); Green value is 10 (4.30% from 255 or 3.48% from 287); Blue value is 25 (10.16% from 255 or 8.71% from 287); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0A19 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0A19 is #03F5E6. Grayscale: #545454. Windows color (decimal): -259559 or 1641212. OLE color: 1641212.
HSL color Cylindrical-coordinate representation of color #FC0A19: hue angle of 356.28º 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 #FC0A19 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 10 | 25 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.01 |
| HSL | 356.28º | 0.98% | 0.51% | - |
| HSV(B) | 356.28º | 0.96% | 0.99% | - |
| XYZ | 40.43 | 20.98 | 2.84 | - |
| YUV | 84.07 | 94.67 | 247.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 10 | 25 | 0 | 0.96 | 0.90 | 0.01 | 356.28 | 0.98 | 0.51 |
| Hex | FC | A | 19 | 0 | 60 | 5A | 1 | 164 | 62 | 33 |
| Octal | 374 | 12 | 31 | 0 | 140 | 132 | 1 | 544 | 142 | 63 |
| Binary | 11111100 | 1010 | 11001 | 0 | 1100000 | 1011010 | 1 | 101100100 | 1100010 | 110011 |
Color Harmonies of #FC0A19
Complementary color
Monochromatic Colors of #FC0A19
Black with #FC0A19
Text Example
Text Example
White with #FC0A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0A19; }
p { color: rgb(252,10,25); }
H1.HeaderClassName
{
color: #FC0A19;
}
.AnyTagClassName
{
color: #FC0A19;
}
</style>
background-color css
<style>
a { background-color: #FC0A19; }
a { background-color: rgb(252,10,25); }
div.DivClassName
{
background-color: #FC0A19;
}
.BgClassName
{
background-color: #FC0A19;
}
</style>
border-color css
<style>
span { border-color: #FC0A19; }
span { border-color: rgb(252,10,25); }
td.TdClassName
{
border-color: #FC0A19;
}
.TagClassName
{
border-color: #FC0A19;
}
</style>