Shades of Torch Red #FC1115
Tints of Torch Red #FC1115
RGB
CMYK
RGB Variations
Color information
#FC1115 (or 0xFC1115) is known color: Torch Red. HEX triplet: FC, 11 and 15. RGB value is (252,17,21). Sum of RGB (Red+Green+Blue) = 252+17+21=290 (38% of max value = 765). Red value is 252 (98.83% from 255 or 86.90% from 290); Green value is 17 (7.03% from 255 or 5.86% from 290); Blue value is 21 (8.59% from 255 or 7.24% from 290); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1115 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1115 is #03EEEA. Grayscale: #575757. Windows color (decimal): -257771 or 1380860. OLE color: 1380860.
HSL color Cylindrical-coordinate representation of color #FC1115: hue angle of 358.98º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC1115 is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 17 | 21 | - |
| CMYK | 0 | 0.93 | 0.92 | 0.01 |
| HSL | 358.98º | 0.98% | 0.53% | - |
| HSV(B) | 358.98º | 0.93% | 0.99% | - |
| XYZ | 40.48 | 21.15 | 2.66 | - |
| YUV | 87.72 | 90.36 | 245.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 17 | 21 | 0 | 0.93 | 0.92 | 0.01 | 358.98 | 0.98 | 0.53 |
| Hex | FC | 11 | 15 | 0 | 5D | 5C | 1 | 167 | 62 | 35 |
| Octal | 374 | 21 | 25 | 0 | 135 | 134 | 1 | 547 | 142 | 65 |
| Binary | 11111100 | 10001 | 10101 | 0 | 1011101 | 1011100 | 1 | 101100111 | 1100010 | 110101 |
Color Harmonies of #FC1115
Complementary color
Monochromatic Colors of #FC1115
Black with #FC1115
Text Example
Text Example
White with #FC1115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1115; }
p { color: rgb(252,17,21); }
H1.HeaderClassName
{
color: #FC1115;
}
.AnyTagClassName
{
color: #FC1115;
}
</style>
background-color css
<style>
a { background-color: #FC1115; }
a { background-color: rgb(252,17,21); }
div.DivClassName
{
background-color: #FC1115;
}
.BgClassName
{
background-color: #FC1115;
}
</style>
border-color css
<style>
span { border-color: #FC1115; }
span { border-color: rgb(252,17,21); }
td.TdClassName
{
border-color: #FC1115;
}
.TagClassName
{
border-color: #FC1115;
}
</style>