Shades of Torch Red #FC1237
Tints of Torch Red #FC1237
RGB
CMYK
RGB Variations
Color information
#FC1237 (or 0xFC1237) is known color: Torch Red. HEX triplet: FC, 12 and 37. RGB value is (252,18,55). Sum of RGB (Red+Green+Blue) = 252+18+55=325 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.54% from 325); Green value is 18 (7.42% from 255 or 5.54% from 325); Blue value is 55 (21.88% from 255 or 16.92% from 325); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1237 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1237 is #03EDC8. Grayscale: #5C5C5C. Windows color (decimal): -257481 or 3609340. OLE color: 3609340.
HSL color Cylindrical-coordinate representation of color #FC1237: hue angle of 350.51º 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 #FC1237 is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 18 | 55 | - |
| CMYK | 0 | 0.93 | 0.78 | 0.01 |
| HSL | 350.51º | 0.98% | 0.53% | - |
| HSV(B) | 350.51º | 0.93% | 0.99% | - |
| XYZ | 41.05 | 21.4 | 5.58 | - |
| YUV | 92.18 | 107.02 | 241.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 18 | 55 | 0 | 0.93 | 0.78 | 0.01 | 350.51 | 0.98 | 0.53 |
| Hex | FC | 12 | 37 | 0 | 5D | 4E | 1 | 15F | 62 | 35 |
| Octal | 374 | 22 | 67 | 0 | 135 | 116 | 1 | 537 | 142 | 65 |
| Binary | 11111100 | 10010 | 110111 | 0 | 1011101 | 1001110 | 1 | 101011111 | 1100010 | 110101 |
Color Harmonies of #FC1237
Complementary color
Monochromatic Colors of #FC1237
Black with #FC1237
Text Example
Text Example
White with #FC1237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1237; }
p { color: rgb(252,18,55); }
H1.HeaderClassName
{
color: #FC1237;
}
.AnyTagClassName
{
color: #FC1237;
}
</style>
background-color css
<style>
a { background-color: #FC1237; }
a { background-color: rgb(252,18,55); }
div.DivClassName
{
background-color: #FC1237;
}
.BgClassName
{
background-color: #FC1237;
}
</style>
border-color css
<style>
span { border-color: #FC1237; }
span { border-color: rgb(252,18,55); }
td.TdClassName
{
border-color: #FC1237;
}
.TagClassName
{
border-color: #FC1237;
}
</style>