Shades of Torch Red #FC0E3A
Tints of Torch Red #FC0E3A
RGB
CMYK
RGB Variations
Color information
#FC0E3A (or 0xFC0E3A) is known color: Torch Red. HEX triplet: FC, 0E and 3A. RGB value is (252,14,58). Sum of RGB (Red+Green+Blue) = 252+14+58=324 (42% of max value = 765). Red value is 252 (98.83% from 255 or 77.78% from 324); Green value is 14 (5.86% from 255 or 4.32% from 324); Blue value is 58 (23.05% from 255 or 17.90% from 324); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0E3A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0E3A is #03F1C5. Grayscale: #5A5A5A. Windows color (decimal): -258502 or 3804924. OLE color: 3804924.
HSL color Cylindrical-coordinate representation of color #FC0E3A: hue angle of 348.91º 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 #FC0E3A is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 14 | 58 | - |
| CMYK | 0 | 0.94 | 0.77 | 0.01 |
| HSL | 348.91º | 0.98% | 0.52% | - |
| HSV(B) | 348.91º | 0.94% | 0.99% | - |
| XYZ | 41.07 | 21.32 | 5.95 | - |
| YUV | 90.18 | 109.85 | 243.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 14 | 58 | 0 | 0.94 | 0.77 | 0.01 | 348.91 | 0.98 | 0.52 |
| Hex | FC | E | 3A | 0 | 5E | 4D | 1 | 15D | 62 | 34 |
| Octal | 374 | 16 | 72 | 0 | 136 | 115 | 1 | 535 | 142 | 64 |
| Binary | 11111100 | 1110 | 111010 | 0 | 1011110 | 1001101 | 1 | 101011101 | 1100010 | 110100 |
Color Harmonies of #FC0E3A
Complementary color
Monochromatic Colors of #FC0E3A
Black with #FC0E3A
Text Example
Text Example
White with #FC0E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0E3A; }
p { color: rgb(252,14,58); }
H1.HeaderClassName
{
color: #FC0E3A;
}
.AnyTagClassName
{
color: #FC0E3A;
}
</style>
background-color css
<style>
a { background-color: #FC0E3A; }
a { background-color: rgb(252,14,58); }
div.DivClassName
{
background-color: #FC0E3A;
}
.BgClassName
{
background-color: #FC0E3A;
}
</style>
border-color css
<style>
span { border-color: #FC0E3A; }
span { border-color: rgb(252,14,58); }
td.TdClassName
{
border-color: #FC0E3A;
}
.TagClassName
{
border-color: #FC0E3A;
}
</style>