Shades of Torch Red #FC0E2B
Tints of Torch Red #FC0E2B
RGB
CMYK
RGB Variations
Color information
#FC0E2B (or 0xFC0E2B) is known color: Torch Red. HEX triplet: FC, 0E and 2B. RGB value is (252,14,43). Sum of RGB (Red+Green+Blue) = 252+14+43=309 (40% of max value = 765). Red value is 252 (98.83% from 255 or 81.55% from 309); Green value is 14 (5.86% from 255 or 4.53% from 309); Blue value is 43 (17.19% from 255 or 13.92% from 309); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0E2B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0E2B is #03F1D4. Grayscale: #585858. Windows color (decimal): -258517 or 2821884. OLE color: 2821884.
HSL color Cylindrical-coordinate representation of color #FC0E2B: hue angle of 352.69º 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 #FC0E2B is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 14 | 43 | - |
| CMYK | 0 | 0.94 | 0.83 | 0.01 |
| HSL | 352.69º | 0.98% | 0.52% | - |
| HSV(B) | 352.69º | 0.94% | 0.99% | - |
| XYZ | 40.74 | 21.18 | 4.23 | - |
| YUV | 88.47 | 102.35 | 244.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 14 | 43 | 0 | 0.94 | 0.83 | 0.01 | 352.69 | 0.98 | 0.52 |
| Hex | FC | E | 2B | 0 | 5E | 53 | 1 | 161 | 62 | 34 |
| Octal | 374 | 16 | 53 | 0 | 136 | 123 | 1 | 541 | 142 | 64 |
| Binary | 11111100 | 1110 | 101011 | 0 | 1011110 | 1010011 | 1 | 101100001 | 1100010 | 110100 |
Color Harmonies of #FC0E2B
Complementary color
Monochromatic Colors of #FC0E2B
Black with #FC0E2B
Text Example
Text Example
White with #FC0E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0E2B; }
p { color: rgb(252,14,43); }
H1.HeaderClassName
{
color: #FC0E2B;
}
.AnyTagClassName
{
color: #FC0E2B;
}
</style>
background-color css
<style>
a { background-color: #FC0E2B; }
a { background-color: rgb(252,14,43); }
div.DivClassName
{
background-color: #FC0E2B;
}
.BgClassName
{
background-color: #FC0E2B;
}
</style>
border-color css
<style>
span { border-color: #FC0E2B; }
span { border-color: rgb(252,14,43); }
td.TdClassName
{
border-color: #FC0E2B;
}
.TagClassName
{
border-color: #FC0E2B;
}
</style>