Shades of Torch Red #FC1617
Tints of Torch Red #FC1617
RGB
CMYK
RGB Variations
Color information
#FC1617 (or 0xFC1617) is known color: Torch Red. HEX triplet: FC, 16 and 17. RGB value is (252,22,23). Sum of RGB (Red+Green+Blue) = 252+22+23=297 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84.85% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 23 (9.38% from 255 or 7.74% from 297); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1617 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1617 is #03E9E8. Grayscale: #5B5B5B. Windows color (decimal): -256489 or 1513212. OLE color: 1513212.
HSL color Cylindrical-coordinate representation of color #FC1617: hue angle of 359.74º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC1617 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 22 | 23 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.01 |
| HSL | 359.74º | 0.97% | 0.54% | - |
| HSV(B) | 359.74º | 0.91% | 0.99% | - |
| XYZ | 40.59 | 21.33 | 2.79 | - |
| YUV | 90.88 | 89.7 | 242.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 22 | 23 | 0 | 0.91 | 0.91 | 0.01 | 359.74 | 0.97 | 0.54 |
| Hex | FC | 16 | 17 | 0 | 5B | 5B | 1 | 168 | 61 | 36 |
| Octal | 374 | 26 | 27 | 0 | 133 | 133 | 1 | 550 | 141 | 66 |
| Binary | 11111100 | 10110 | 10111 | 0 | 1011011 | 1011011 | 1 | 101101000 | 1100001 | 110110 |
Color Harmonies of #FC1617
Complementary color
Monochromatic Colors of #FC1617
Black with #FC1617
Text Example
Text Example
White with #FC1617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1617; }
p { color: rgb(252,22,23); }
H1.HeaderClassName
{
color: #FC1617;
}
.AnyTagClassName
{
color: #FC1617;
}
</style>
background-color css
<style>
a { background-color: #FC1617; }
a { background-color: rgb(252,22,23); }
div.DivClassName
{
background-color: #FC1617;
}
.BgClassName
{
background-color: #FC1617;
}
</style>
border-color css
<style>
span { border-color: #FC1617; }
span { border-color: rgb(252,22,23); }
td.TdClassName
{
border-color: #FC1617;
}
.TagClassName
{
border-color: #FC1617;
}
</style>