Shades of Torch Red #FC0E37
Tints of Torch Red #FC0E37
RGB
CMYK
RGB Variations
Color information
#FC0E37 (or 0xFC0E37) is known color: Torch Red. HEX triplet: FC, 0E and 37. RGB value is (252,14,55). Sum of RGB (Red+Green+Blue) = 252+14+55=321 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.50% from 321); Green value is 14 (5.86% from 255 or 4.36% from 321); Blue value is 55 (21.88% from 255 or 17.13% from 321); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0E37 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0E37 is #03F1C8. Grayscale: #595959. Windows color (decimal): -258505 or 3608316. OLE color: 3608316.
HSL color Cylindrical-coordinate representation of color #FC0E37: hue angle of 349.66º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC0E37 is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 14 | 55 | - |
| CMYK | 0 | 0.94 | 0.78 | 0.01 |
| HSL | 349.66º | 0.98% | 0.52% | - |
| HSV(B) | 349.66º | 0.94% | 0.99% | - |
| XYZ | 40.99 | 21.29 | 5.56 | - |
| YUV | 89.84 | 108.35 | 243.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 14 | 55 | 0 | 0.94 | 0.78 | 0.01 | 349.66 | 0.98 | 0.52 |
| Hex | FC | E | 37 | 0 | 5E | 4E | 1 | 15E | 62 | 34 |
| Octal | 374 | 16 | 67 | 0 | 136 | 116 | 1 | 536 | 142 | 64 |
| Binary | 11111100 | 1110 | 110111 | 0 | 1011110 | 1001110 | 1 | 101011110 | 1100010 | 110100 |
Color Harmonies of #FC0E37
Complementary color
Monochromatic Colors of #FC0E37
Black with #FC0E37
Text Example
Text Example
White with #FC0E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0E37; }
p { color: rgb(252,14,55); }
H1.HeaderClassName
{
color: #FC0E37;
}
.AnyTagClassName
{
color: #FC0E37;
}
</style>
background-color css
<style>
a { background-color: #FC0E37; }
a { background-color: rgb(252,14,55); }
div.DivClassName
{
background-color: #FC0E37;
}
.BgClassName
{
background-color: #FC0E37;
}
</style>
border-color css
<style>
span { border-color: #FC0E37; }
span { border-color: rgb(252,14,55); }
td.TdClassName
{
border-color: #FC0E37;
}
.TagClassName
{
border-color: #FC0E37;
}
</style>