Shades of Torch Red #FC1336
Tints of Torch Red #FC1336
RGB
CMYK
RGB Variations
Color information
#FC1336 (or 0xFC1336) is known color: Torch Red. HEX triplet: FC, 13 and 36. RGB value is (252,19,54). Sum of RGB (Red+Green+Blue) = 252+19+54=325 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.54% from 325); Green value is 19 (7.81% from 255 or 5.85% from 325); Blue value is 54 (21.48% from 255 or 16.62% from 325); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1336 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1336 is #03ECC9. Grayscale: #5C5C5C. Windows color (decimal): -257226 or 3544060. OLE color: 3544060.
HSL color Cylindrical-coordinate representation of color #FC1336: hue angle of 350.99º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC1336 is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 19 | 54 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.01 |
| HSL | 350.99º | 0.97% | 0.53% | - |
| HSV(B) | 350.99º | 0.92% | 0.99% | - |
| XYZ | 41.04 | 21.43 | 5.46 | - |
| YUV | 92.66 | 106.19 | 241.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 19 | 54 | 0 | 0.92 | 0.79 | 0.01 | 350.99 | 0.97 | 0.53 |
| Hex | FC | 13 | 36 | 0 | 5C | 4F | 1 | 15F | 61 | 35 |
| Octal | 374 | 23 | 66 | 0 | 134 | 117 | 1 | 537 | 141 | 65 |
| Binary | 11111100 | 10011 | 110110 | 0 | 1011100 | 1001111 | 1 | 101011111 | 1100001 | 110101 |
Color Harmonies of #FC1336
Complementary color
Monochromatic Colors of #FC1336
Black with #FC1336
Text Example
Text Example
White with #FC1336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1336; }
p { color: rgb(252,19,54); }
H1.HeaderClassName
{
color: #FC1336;
}
.AnyTagClassName
{
color: #FC1336;
}
</style>
background-color css
<style>
a { background-color: #FC1336; }
a { background-color: rgb(252,19,54); }
div.DivClassName
{
background-color: #FC1336;
}
.BgClassName
{
background-color: #FC1336;
}
</style>
border-color css
<style>
span { border-color: #FC1336; }
span { border-color: rgb(252,19,54); }
td.TdClassName
{
border-color: #FC1336;
}
.TagClassName
{
border-color: #FC1336;
}
</style>