Shades of Torch Red #FC1C37
Tints of Torch Red #FC1C37
RGB
CMYK
RGB Variations
Color information
#FC1C37 (or 0xFC1C37) is known color: Torch Red. HEX triplet: FC, 1C and 37. RGB value is (252,28,55). Sum of RGB (Red+Green+Blue) = 252+28+55=335 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.22% from 335); Green value is 28 (11.33% from 255 or 8.36% from 335); Blue value is 55 (21.88% from 255 or 16.42% from 335); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1C37 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1C37 is #03E3C8. Grayscale: #626262. Windows color (decimal): -254921 or 3611900. OLE color: 3611900.
HSL color Cylindrical-coordinate representation of color #FC1C37: hue angle of 352.77º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FC1C37 is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 28 | 55 | - |
| CMYK | 0 | 0.89 | 0.78 | 0.01 |
| HSL | 352.77º | 0.97% | 0.55% | - |
| HSV(B) | 352.77º | 0.89% | 0.99% | - |
| XYZ | 41.25 | 21.8 | 5.65 | - |
| YUV | 98.05 | 103.71 | 237.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 28 | 55 | 0 | 0.89 | 0.78 | 0.01 | 352.77 | 0.97 | 0.55 |
| Hex | FC | 1C | 37 | 0 | 59 | 4E | 1 | 161 | 61 | 37 |
| Octal | 374 | 34 | 67 | 0 | 131 | 116 | 1 | 541 | 141 | 67 |
| Binary | 11111100 | 11100 | 110111 | 0 | 1011001 | 1001110 | 1 | 101100001 | 1100001 | 110111 |
Color Harmonies of #FC1C37
Complementary color
Monochromatic Colors of #FC1C37
Black with #FC1C37
Text Example
Text Example
White with #FC1C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1C37; }
p { color: rgb(252,28,55); }
H1.HeaderClassName
{
color: #FC1C37;
}
.AnyTagClassName
{
color: #FC1C37;
}
</style>
background-color css
<style>
a { background-color: #FC1C37; }
a { background-color: rgb(252,28,55); }
div.DivClassName
{
background-color: #FC1C37;
}
.BgClassName
{
background-color: #FC1C37;
}
</style>
border-color css
<style>
span { border-color: #FC1C37; }
span { border-color: rgb(252,28,55); }
td.TdClassName
{
border-color: #FC1C37;
}
.TagClassName
{
border-color: #FC1C37;
}
</style>