Shades of Torch Red #FC1437
Tints of Torch Red #FC1437
RGB
CMYK
RGB Variations
Color information
#FC1437 (or 0xFC1437) is known color: Torch Red. HEX triplet: FC, 14 and 37. RGB value is (252,20,55). Sum of RGB (Red+Green+Blue) = 252+20+55=327 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.06% from 327); Green value is 20 (8.20% from 255 or 6.12% from 327); Blue value is 55 (21.88% from 255 or 16.82% from 327); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1437 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1437 is #03EBC8. Grayscale: #5D5D5D. Windows color (decimal): -256969 or 3609852. OLE color: 3609852.
HSL color Cylindrical-coordinate representation of color #FC1437: hue angle of 350.95º 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 #FC1437 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 20 | 55 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.01 |
| HSL | 350.95º | 0.97% | 0.53% | - |
| HSV(B) | 350.95º | 0.92% | 0.99% | - |
| XYZ | 41.08 | 21.47 | 5.59 | - |
| YUV | 93.36 | 106.36 | 241.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 20 | 55 | 0 | 0.92 | 0.78 | 0.01 | 350.95 | 0.97 | 0.53 |
| Hex | FC | 14 | 37 | 0 | 5C | 4E | 1 | 15F | 61 | 35 |
| Octal | 374 | 24 | 67 | 0 | 134 | 116 | 1 | 537 | 141 | 65 |
| Binary | 11111100 | 10100 | 110111 | 0 | 1011100 | 1001110 | 1 | 101011111 | 1100001 | 110101 |
Color Harmonies of #FC1437
Complementary color
Monochromatic Colors of #FC1437
Black with #FC1437
Text Example
Text Example
White with #FC1437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1437; }
p { color: rgb(252,20,55); }
H1.HeaderClassName
{
color: #FC1437;
}
.AnyTagClassName
{
color: #FC1437;
}
</style>
background-color css
<style>
a { background-color: #FC1437; }
a { background-color: rgb(252,20,55); }
div.DivClassName
{
background-color: #FC1437;
}
.BgClassName
{
background-color: #FC1437;
}
</style>
border-color css
<style>
span { border-color: #FC1437; }
span { border-color: rgb(252,20,55); }
td.TdClassName
{
border-color: #FC1437;
}
.TagClassName
{
border-color: #FC1437;
}
</style>