Shades of Torch Red #FC0C17
Tints of Torch Red #FC0C17
RGB
CMYK
RGB Variations
Color information
#FC0C17 (or 0xFC0C17) is known color: Torch Red. HEX triplet: FC, 0C and 17. RGB value is (252,12,23). Sum of RGB (Red+Green+Blue) = 252+12+23=287 (38% of max value = 765). Red value is 252 (98.83% from 255 or 87.80% from 287); Green value is 12 (5.08% from 255 or 4.18% from 287); Blue value is 23 (9.38% from 255 or 8.01% from 287); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0C17 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0C17 is #03F3E8. Grayscale: #555555. Windows color (decimal): -259049 or 1510652. OLE color: 1510652.
HSL color Cylindrical-coordinate representation of color #FC0C17: hue angle of 357.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC0C17 is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 12 | 23 | - |
| CMYK | 0 | 0.95 | 0.91 | 0.01 |
| HSL | 357.25º | 0.98% | 0.52% | - |
| HSV(B) | 357.25º | 0.95% | 0.99% | - |
| XYZ | 40.43 | 21.02 | 2.74 | - |
| YUV | 85.01 | 93.01 | 247.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 12 | 23 | 0 | 0.95 | 0.91 | 0.01 | 357.25 | 0.98 | 0.52 |
| Hex | FC | C | 17 | 0 | 5F | 5B | 1 | 165 | 62 | 34 |
| Octal | 374 | 14 | 27 | 0 | 137 | 133 | 1 | 545 | 142 | 64 |
| Binary | 11111100 | 1100 | 10111 | 0 | 1011111 | 1011011 | 1 | 101100101 | 1100010 | 110100 |
Color Harmonies of #FC0C17
Complementary color
Monochromatic Colors of #FC0C17
Black with #FC0C17
Text Example
Text Example
White with #FC0C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0C17; }
p { color: rgb(252,12,23); }
H1.HeaderClassName
{
color: #FC0C17;
}
.AnyTagClassName
{
color: #FC0C17;
}
</style>
background-color css
<style>
a { background-color: #FC0C17; }
a { background-color: rgb(252,12,23); }
div.DivClassName
{
background-color: #FC0C17;
}
.BgClassName
{
background-color: #FC0C17;
}
</style>
border-color css
<style>
span { border-color: #FC0C17; }
span { border-color: rgb(252,12,23); }
td.TdClassName
{
border-color: #FC0C17;
}
.TagClassName
{
border-color: #FC0C17;
}
</style>