Shades of Torch Red #FC0E3B
Tints of Torch Red #FC0E3B
RGB
CMYK
RGB Variations
Color information
#FC0E3B (or 0xFC0E3B) is known color: Torch Red. HEX triplet: FC, 0E and 3B. RGB value is (252,14,59). Sum of RGB (Red+Green+Blue) = 252+14+59=325 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.54% from 325); Green value is 14 (5.86% from 255 or 4.31% from 325); Blue value is 59 (23.44% from 255 or 18.15% from 325); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0E3B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0E3B is #03F1C4. Grayscale: #5A5A5A. Windows color (decimal): -258501 or 3870460. OLE color: 3870460.
HSL color Cylindrical-coordinate representation of color #FC0E3B: hue angle of 348.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 #FC0E3B is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 14 | 59 | - |
| CMYK | 0 | 0.94 | 0.77 | 0.01 |
| HSL | 348.66º | 0.98% | 0.52% | - |
| HSV(B) | 348.66º | 0.94% | 0.99% | - |
| XYZ | 41.09 | 21.33 | 6.09 | - |
| YUV | 90.29 | 110.35 | 243.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 14 | 59 | 0 | 0.94 | 0.77 | 0.01 | 348.66 | 0.98 | 0.52 |
| Hex | FC | E | 3B | 0 | 5E | 4D | 1 | 15D | 62 | 34 |
| Octal | 374 | 16 | 73 | 0 | 136 | 115 | 1 | 535 | 142 | 64 |
| Binary | 11111100 | 1110 | 111011 | 0 | 1011110 | 1001101 | 1 | 101011101 | 1100010 | 110100 |
Color Harmonies of #FC0E3B
Complementary color
Monochromatic Colors of #FC0E3B
Black with #FC0E3B
Text Example
Text Example
White with #FC0E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0E3B; }
p { color: rgb(252,14,59); }
H1.HeaderClassName
{
color: #FC0E3B;
}
.AnyTagClassName
{
color: #FC0E3B;
}
</style>
background-color css
<style>
a { background-color: #FC0E3B; }
a { background-color: rgb(252,14,59); }
div.DivClassName
{
background-color: #FC0E3B;
}
.BgClassName
{
background-color: #FC0E3B;
}
</style>
border-color css
<style>
span { border-color: #FC0E3B; }
span { border-color: rgb(252,14,59); }
td.TdClassName
{
border-color: #FC0E3B;
}
.TagClassName
{
border-color: #FC0E3B;
}
</style>