Shades of Torch Red #FC1231
Tints of Torch Red #FC1231
RGB
CMYK
RGB Variations
Color information
#FC1231 (or 0xFC1231) is known color: Torch Red. HEX triplet: FC, 12 and 31. RGB value is (252,18,49). Sum of RGB (Red+Green+Blue) = 252+18+49=319 (42% of max value = 765). Red value is 252 (98.83% from 255 or 79.00% from 319); Green value is 18 (7.42% from 255 or 5.64% from 319); Blue value is 49 (19.53% from 255 or 15.36% from 319); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1231 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1231 is #03EDCE. Grayscale: #5B5B5B. Windows color (decimal): -257487 or 3216124. OLE color: 3216124.
HSL color Cylindrical-coordinate representation of color #FC1231: hue angle of 352.05º 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 #FC1231 is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 18 | 49 | - |
| CMYK | 0 | 0.93 | 0.81 | 0.01 |
| HSL | 352.05º | 0.98% | 0.53% | - |
| HSV(B) | 352.05º | 0.93% | 0.99% | - |
| XYZ | 40.92 | 21.35 | 4.87 | - |
| YUV | 91.5 | 104.02 | 242.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 18 | 49 | 0 | 0.93 | 0.81 | 0.01 | 352.05 | 0.98 | 0.53 |
| Hex | FC | 12 | 31 | 0 | 5D | 51 | 1 | 160 | 62 | 35 |
| Octal | 374 | 22 | 61 | 0 | 135 | 121 | 1 | 540 | 142 | 65 |
| Binary | 11111100 | 10010 | 110001 | 0 | 1011101 | 1010001 | 1 | 101100000 | 1100010 | 110101 |
Color Harmonies of #FC1231
Complementary color
Monochromatic Colors of #FC1231
Black with #FC1231
Text Example
Text Example
White with #FC1231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1231; }
p { color: rgb(252,18,49); }
H1.HeaderClassName
{
color: #FC1231;
}
.AnyTagClassName
{
color: #FC1231;
}
</style>
background-color css
<style>
a { background-color: #FC1231; }
a { background-color: rgb(252,18,49); }
div.DivClassName
{
background-color: #FC1231;
}
.BgClassName
{
background-color: #FC1231;
}
</style>
border-color css
<style>
span { border-color: #FC1231; }
span { border-color: rgb(252,18,49); }
td.TdClassName
{
border-color: #FC1231;
}
.TagClassName
{
border-color: #FC1231;
}
</style>