Shades of Torch Red #FC113D
Tints of Torch Red #FC113D
RGB
CMYK
RGB Variations
Color information
#FC113D (or 0xFC113D) is known color: Torch Red. HEX triplet: FC, 11 and 3D. RGB value is (252,17,61). Sum of RGB (Red+Green+Blue) = 252+17+61=330 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.36% from 330); Green value is 17 (7.03% from 255 or 5.15% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 252 - color contains mainly: red. Hex color #FC113D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC113D is #03EEC2. Grayscale: #5C5C5C. Windows color (decimal): -257731 or 4002300. OLE color: 4002300.
HSL color Cylindrical-coordinate representation of color #FC113D: hue angle of 348.77º 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 #FC113D is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 17 | 61 | - |
| CMYK | 0 | 0.93 | 0.76 | 0.01 |
| HSL | 348.77º | 0.98% | 0.53% | - |
| HSV(B) | 348.77º | 0.93% | 0.99% | - |
| XYZ | 41.19 | 21.43 | 6.38 | - |
| YUV | 92.28 | 110.36 | 241.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 17 | 61 | 0 | 0.93 | 0.76 | 0.01 | 348.77 | 0.98 | 0.53 |
| Hex | FC | 11 | 3D | 0 | 5D | 4C | 1 | 15D | 62 | 35 |
| Octal | 374 | 21 | 75 | 0 | 135 | 114 | 1 | 535 | 142 | 65 |
| Binary | 11111100 | 10001 | 111101 | 0 | 1011101 | 1001100 | 1 | 101011101 | 1100010 | 110101 |
Color Harmonies of #FC113D
Complementary color
Monochromatic Colors of #FC113D
Black with #FC113D
Text Example
Text Example
White with #FC113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC113D; }
p { color: rgb(252,17,61); }
H1.HeaderClassName
{
color: #FC113D;
}
.AnyTagClassName
{
color: #FC113D;
}
</style>
background-color css
<style>
a { background-color: #FC113D; }
a { background-color: rgb(252,17,61); }
div.DivClassName
{
background-color: #FC113D;
}
.BgClassName
{
background-color: #FC113D;
}
</style>
border-color css
<style>
span { border-color: #FC113D; }
span { border-color: rgb(252,17,61); }
td.TdClassName
{
border-color: #FC113D;
}
.TagClassName
{
border-color: #FC113D;
}
</style>