Shades of Torch Red #FC0017
Tints of Torch Red #FC0017
RGB
CMYK
RGB Variations
Color information
#FC0017 (or 0xFC0017) is known color: Torch Red. HEX triplet: FC, 00 and 17. RGB value is (252,0,23). Sum of RGB (Red+Green+Blue) = 252+0+23=275 (36% of max value = 765). Red value is 252 (98.83% from 255 or 91.64% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 23 (9.38% from 255 or 8.36% from 275); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0017 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0017 is #03FFE8. Grayscale: #4E4E4E. Windows color (decimal): -262121 or 1507580. OLE color: 1507580.
HSL color Cylindrical-coordinate representation of color #FC0017: hue angle of 354.52º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC0017 is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 23 | - |
| CMYK | 0 | 1 | 0.91 | 0.01 |
| HSL | 354.52º | 1% | 0.49% | - |
| HSV(B) | 354.52º | 1% | 0.99% | - |
| XYZ | 40.3 | 20.76 | 2.69 | - |
| YUV | 77.97 | 96.99 | 252.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 23 | 0 | 1 | 0.91 | 0.01 | 354.52 | 1 | 0.49 |
| Hex | FC | 0 | 17 | 0 | 64 | 5B | 1 | 163 | 64 | 31 |
| Octal | 374 | 0 | 27 | 0 | 144 | 133 | 1 | 543 | 144 | 61 |
| Binary | 11111100 | 0 | 10111 | 0 | 1100100 | 1011011 | 1 | 101100011 | 1100100 | 110001 |
Color Harmonies of #FC0017
Complementary color
Monochromatic Colors of #FC0017
Black with #FC0017
Text Example
Text Example
White with #FC0017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0017; }
p { color: rgb(252,0,23); }
H1.HeaderClassName
{
color: #FC0017;
}
.AnyTagClassName
{
color: #FC0017;
}
</style>
background-color css
<style>
a { background-color: #FC0017; }
a { background-color: rgb(252,0,23); }
div.DivClassName
{
background-color: #FC0017;
}
.BgClassName
{
background-color: #FC0017;
}
</style>
border-color css
<style>
span { border-color: #FC0017; }
span { border-color: rgb(252,0,23); }
td.TdClassName
{
border-color: #FC0017;
}
.TagClassName
{
border-color: #FC0017;
}
</style>