Shades of Torch Red #FC0A17
Tints of Torch Red #FC0A17
RGB
CMYK
RGB Variations
Color information
#FC0A17 (or 0xFC0A17) is known color: Torch Red. HEX triplet: FC, 0A and 17. RGB value is (252,10,23). Sum of RGB (Red+Green+Blue) = 252+10+23=285 (37% of max value = 765). Red value is 252 (98.83% from 255 or 88.42% from 285); Green value is 10 (4.30% from 255 or 3.51% from 285); Blue value is 23 (9.38% from 255 or 8.07% from 285); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0A17 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0A17 is #03F5E8. Grayscale: #545454. Windows color (decimal): -259561 or 1510140. OLE color: 1510140.
HSL color Cylindrical-coordinate representation of color #FC0A17: hue angle of 356.78º 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 #FC0A17 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 10 | 23 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.01 |
| HSL | 356.78º | 0.98% | 0.51% | - |
| HSV(B) | 356.78º | 0.96% | 0.99% | - |
| XYZ | 40.41 | 20.97 | 2.73 | - |
| YUV | 83.84 | 93.67 | 247.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 10 | 23 | 0 | 0.96 | 0.91 | 0.01 | 356.78 | 0.98 | 0.51 |
| Hex | FC | A | 17 | 0 | 60 | 5B | 1 | 165 | 62 | 33 |
| Octal | 374 | 12 | 27 | 0 | 140 | 133 | 1 | 545 | 142 | 63 |
| Binary | 11111100 | 1010 | 10111 | 0 | 1100000 | 1011011 | 1 | 101100101 | 1100010 | 110011 |
Color Harmonies of #FC0A17
Complementary color
Monochromatic Colors of #FC0A17
Black with #FC0A17
Text Example
Text Example
White with #FC0A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0A17; }
p { color: rgb(252,10,23); }
H1.HeaderClassName
{
color: #FC0A17;
}
.AnyTagClassName
{
color: #FC0A17;
}
</style>
background-color css
<style>
a { background-color: #FC0A17; }
a { background-color: rgb(252,10,23); }
div.DivClassName
{
background-color: #FC0A17;
}
.BgClassName
{
background-color: #FC0A17;
}
</style>
border-color css
<style>
span { border-color: #FC0A17; }
span { border-color: rgb(252,10,23); }
td.TdClassName
{
border-color: #FC0A17;
}
.TagClassName
{
border-color: #FC0A17;
}
</style>