Shades of Torch Red #FC0B17
Tints of Torch Red #FC0B17
RGB
CMYK
RGB Variations
Color information
#FC0B17 (or 0xFC0B17) is known color: Torch Red. HEX triplet: FC, 0B and 17. RGB value is (252,11,23). Sum of RGB (Red+Green+Blue) = 252+11+23=286 (37% of max value = 765). Red value is 252 (98.83% from 255 or 88.11% from 286); Green value is 11 (4.69% from 255 or 3.85% from 286); Blue value is 23 (9.38% from 255 or 8.04% from 286); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0B17 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0B17 is #03F4E8. Grayscale: #545454. Windows color (decimal): -259305 or 1510396. OLE color: 1510396.
HSL color Cylindrical-coordinate representation of color #FC0B17: hue angle of 357.01º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC0B17 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 11 | 23 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.01 |
| HSL | 357.01º | 0.98% | 0.52% | - |
| HSV(B) | 357.01º | 0.96% | 0.99% | - |
| XYZ | 40.42 | 21 | 2.73 | - |
| YUV | 84.43 | 93.34 | 247.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 11 | 23 | 0 | 0.96 | 0.91 | 0.01 | 357.01 | 0.98 | 0.52 |
| Hex | FC | B | 17 | 0 | 60 | 5B | 1 | 165 | 62 | 34 |
| Octal | 374 | 13 | 27 | 0 | 140 | 133 | 1 | 545 | 142 | 64 |
| Binary | 11111100 | 1011 | 10111 | 0 | 1100000 | 1011011 | 1 | 101100101 | 1100010 | 110100 |
Color Harmonies of #FC0B17
Complementary color
Monochromatic Colors of #FC0B17
Black with #FC0B17
Text Example
Text Example
White with #FC0B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0B17; }
p { color: rgb(252,11,23); }
H1.HeaderClassName
{
color: #FC0B17;
}
.AnyTagClassName
{
color: #FC0B17;
}
</style>
background-color css
<style>
a { background-color: #FC0B17; }
a { background-color: rgb(252,11,23); }
div.DivClassName
{
background-color: #FC0B17;
}
.BgClassName
{
background-color: #FC0B17;
}
</style>
border-color css
<style>
span { border-color: #FC0B17; }
span { border-color: rgb(252,11,23); }
td.TdClassName
{
border-color: #FC0B17;
}
.TagClassName
{
border-color: #FC0B17;
}
</style>