Shades of Torch Red #FC1837
Tints of Torch Red #FC1837
RGB
CMYK
RGB Variations
Color information
#FC1837 (or 0xFC1837) is known color: Torch Red. HEX triplet: FC, 18 and 37. RGB value is (252,24,55). Sum of RGB (Red+Green+Blue) = 252+24+55=331 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.13% from 331); Green value is 24 (9.77% from 255 or 7.25% from 331); Blue value is 55 (21.88% from 255 or 16.62% from 331); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1837 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1837 is #03E7C8. Grayscale: #5F5F5F. Windows color (decimal): -255945 or 3610876. OLE color: 3610876.
HSL color Cylindrical-coordinate representation of color #FC1837: hue angle of 351.84º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC1837 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 24 | 55 | - |
| CMYK | 0 | 0.90 | 0.78 | 0.01 |
| HSL | 351.84º | 0.97% | 0.54% | - |
| HSV(B) | 351.84º | 0.9% | 0.99% | - |
| XYZ | 41.16 | 21.62 | 5.62 | - |
| YUV | 95.71 | 105.04 | 239.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 24 | 55 | 0 | 0.90 | 0.78 | 0.01 | 351.84 | 0.97 | 0.54 |
| Hex | FC | 18 | 37 | 0 | 5A | 4E | 1 | 160 | 61 | 36 |
| Octal | 374 | 30 | 67 | 0 | 132 | 116 | 1 | 540 | 141 | 66 |
| Binary | 11111100 | 11000 | 110111 | 0 | 1011010 | 1001110 | 1 | 101100000 | 1100001 | 110110 |
Color Harmonies of #FC1837
Complementary color
Monochromatic Colors of #FC1837
Black with #FC1837
Text Example
Text Example
White with #FC1837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1837; }
p { color: rgb(252,24,55); }
H1.HeaderClassName
{
color: #FC1837;
}
.AnyTagClassName
{
color: #FC1837;
}
</style>
background-color css
<style>
a { background-color: #FC1837; }
a { background-color: rgb(252,24,55); }
div.DivClassName
{
background-color: #FC1837;
}
.BgClassName
{
background-color: #FC1837;
}
</style>
border-color css
<style>
span { border-color: #FC1837; }
span { border-color: rgb(252,24,55); }
td.TdClassName
{
border-color: #FC1837;
}
.TagClassName
{
border-color: #FC1837;
}
</style>