Shades of Torch Red #FC0717
Tints of Torch Red #FC0717
RGB
CMYK
RGB Variations
Color information
#FC0717 (or 0xFC0717) is known color: Torch Red. HEX triplet: FC, 07 and 17. RGB value is (252,7,23). Sum of RGB (Red+Green+Blue) = 252+7+23=282 (37% of max value = 765). Red value is 252 (98.83% from 255 or 89.36% from 282); Green value is 7 (3.12% from 255 or 2.48% from 282); Blue value is 23 (9.38% from 255 or 8.16% from 282); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0717 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0717 is #03F8E8. Grayscale: #525252. Windows color (decimal): -260329 or 1509372. OLE color: 1509372.
HSL color Cylindrical-coordinate representation of color #FC0717: hue angle of 356.08º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FC0717 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 7 | 23 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.01 |
| HSL | 356.08º | 0.98% | 0.51% | - |
| HSV(B) | 356.08º | 0.97% | 0.99% | - |
| XYZ | 40.38 | 20.91 | 2.72 | - |
| YUV | 82.08 | 94.67 | 249.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 7 | 23 | 0 | 0.97 | 0.91 | 0.01 | 356.08 | 0.98 | 0.51 |
| Hex | FC | 7 | 17 | 0 | 61 | 5B | 1 | 164 | 62 | 33 |
| Octal | 374 | 7 | 27 | 0 | 141 | 133 | 1 | 544 | 142 | 63 |
| Binary | 11111100 | 111 | 10111 | 0 | 1100001 | 1011011 | 1 | 101100100 | 1100010 | 110011 |
Color Harmonies of #FC0717
Complementary color
Monochromatic Colors of #FC0717
Black with #FC0717
Text Example
Text Example
White with #FC0717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0717; }
p { color: rgb(252,7,23); }
H1.HeaderClassName
{
color: #FC0717;
}
.AnyTagClassName
{
color: #FC0717;
}
</style>
background-color css
<style>
a { background-color: #FC0717; }
a { background-color: rgb(252,7,23); }
div.DivClassName
{
background-color: #FC0717;
}
.BgClassName
{
background-color: #FC0717;
}
</style>
border-color css
<style>
span { border-color: #FC0717; }
span { border-color: rgb(252,7,23); }
td.TdClassName
{
border-color: #FC0717;
}
.TagClassName
{
border-color: #FC0717;
}
</style>