Shades of Torch Red #FC0E32
Tints of Torch Red #FC0E32
RGB
CMYK
RGB Variations
Color information
#FC0E32 (or 0xFC0E32) is known color: Torch Red. HEX triplet: FC, 0E and 32. RGB value is (252,14,50). Sum of RGB (Red+Green+Blue) = 252+14+50=316 (41% of max value = 765). Red value is 252 (98.83% from 255 or 79.75% from 316); Green value is 14 (5.86% from 255 or 4.43% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0E32 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0E32 is #03F1CD. Grayscale: #595959. Windows color (decimal): -258510 or 3280636. OLE color: 3280636.
HSL color Cylindrical-coordinate representation of color #FC0E32: hue angle of 350.92º 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 #FC0E32 is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 14 | 50 | - |
| CMYK | 0 | 0.94 | 0.80 | 0.01 |
| HSL | 350.92º | 0.98% | 0.52% | - |
| HSV(B) | 350.92º | 0.94% | 0.99% | - |
| XYZ | 40.88 | 21.24 | 4.96 | - |
| YUV | 89.27 | 105.85 | 244.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 14 | 50 | 0 | 0.94 | 0.80 | 0.01 | 350.92 | 0.98 | 0.52 |
| Hex | FC | E | 32 | 0 | 5E | 50 | 1 | 15F | 62 | 34 |
| Octal | 374 | 16 | 62 | 0 | 136 | 120 | 1 | 537 | 142 | 64 |
| Binary | 11111100 | 1110 | 110010 | 0 | 1011110 | 1010000 | 1 | 101011111 | 1100010 | 110100 |
Color Harmonies of #FC0E32
Complementary color
Monochromatic Colors of #FC0E32
Black with #FC0E32
Text Example
Text Example
White with #FC0E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0E32; }
p { color: rgb(252,14,50); }
H1.HeaderClassName
{
color: #FC0E32;
}
.AnyTagClassName
{
color: #FC0E32;
}
</style>
background-color css
<style>
a { background-color: #FC0E32; }
a { background-color: rgb(252,14,50); }
div.DivClassName
{
background-color: #FC0E32;
}
.BgClassName
{
background-color: #FC0E32;
}
</style>
border-color css
<style>
span { border-color: #FC0E32; }
span { border-color: rgb(252,14,50); }
td.TdClassName
{
border-color: #FC0E32;
}
.TagClassName
{
border-color: #FC0E32;
}
</style>