Shades of Torch Red #FC0917
Tints of Torch Red #FC0917
RGB
CMYK
RGB Variations
Color information
#FC0917 (or 0xFC0917) is known color: Torch Red. HEX triplet: FC, 09 and 17. RGB value is (252,9,23). Sum of RGB (Red+Green+Blue) = 252+9+23=284 (37% of max value = 765). Red value is 252 (98.83% from 255 or 88.73% from 284); Green value is 9 (3.91% from 255 or 3.17% from 284); Blue value is 23 (9.38% from 255 or 8.10% from 284); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0917 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0917 is #03F6E8. Grayscale: #535353. Windows color (decimal): -259817 or 1509884. OLE color: 1509884.
HSL color Cylindrical-coordinate representation of color #FC0917: hue angle of 356.54º 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 #FC0917 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 9 | 23 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.01 |
| HSL | 356.54º | 0.98% | 0.51% | - |
| HSV(B) | 356.54º | 0.96% | 0.99% | - |
| XYZ | 40.4 | 20.95 | 2.73 | - |
| YUV | 83.25 | 94.01 | 248.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 9 | 23 | 0 | 0.96 | 0.91 | 0.01 | 356.54 | 0.98 | 0.51 |
| Hex | FC | 9 | 17 | 0 | 60 | 5B | 1 | 165 | 62 | 33 |
| Octal | 374 | 11 | 27 | 0 | 140 | 133 | 1 | 545 | 142 | 63 |
| Binary | 11111100 | 1001 | 10111 | 0 | 1100000 | 1011011 | 1 | 101100101 | 1100010 | 110011 |
Color Harmonies of #FC0917
Complementary color
Monochromatic Colors of #FC0917
Black with #FC0917
Text Example
Text Example
White with #FC0917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0917; }
p { color: rgb(252,9,23); }
H1.HeaderClassName
{
color: #FC0917;
}
.AnyTagClassName
{
color: #FC0917;
}
</style>
background-color css
<style>
a { background-color: #FC0917; }
a { background-color: rgb(252,9,23); }
div.DivClassName
{
background-color: #FC0917;
}
.BgClassName
{
background-color: #FC0917;
}
</style>
border-color css
<style>
span { border-color: #FC0917; }
span { border-color: rgb(252,9,23); }
td.TdClassName
{
border-color: #FC0917;
}
.TagClassName
{
border-color: #FC0917;
}
</style>