Shades of Torch Red #FC032E
Tints of Torch Red #FC032E
RGB
CMYK
RGB Variations
Color information
#FC032E (or 0xFC032E) is known color: Torch Red. HEX triplet: FC, 03 and 2E. RGB value is (252,3,46). Sum of RGB (Red+Green+Blue) = 252+3+46=301 (39% of max value = 765). Red value is 252 (98.83% from 255 or 83.72% from 301); Green value is 3 (1.56% from 255 or 1.00% from 301); Blue value is 46 (18.36% from 255 or 15.28% from 301); Max value from RGB is 252 - color contains mainly: red. Hex color #FC032E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC032E is #03FCD1. Grayscale: #525252. Windows color (decimal): -261330 or 3015676. OLE color: 3015676.
HSL color Cylindrical-coordinate representation of color #FC032E: hue angle of 349.64º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC032E is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 3 | 46 | - |
| CMYK | 0 | 0.99 | 0.82 | 0.01 |
| HSL | 349.64º | 0.98% | 0.5% | - |
| HSV(B) | 349.64º | 0.99% | 0.99% | - |
| XYZ | 40.67 | 20.96 | 4.49 | - |
| YUV | 82.35 | 107.49 | 249 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 3 | 46 | 0 | 0.99 | 0.82 | 0.01 | 349.64 | 0.98 | 0.5 |
| Hex | FC | 3 | 2E | 0 | 63 | 52 | 1 | 15E | 62 | 32 |
| Octal | 374 | 3 | 56 | 0 | 143 | 122 | 1 | 536 | 142 | 62 |
| Binary | 11111100 | 11 | 101110 | 0 | 1100011 | 1010010 | 1 | 101011110 | 1100010 | 110010 |
Color Harmonies of #FC032E
Complementary color
Monochromatic Colors of #FC032E
Black with #FC032E
Text Example
Text Example
White with #FC032E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC032E; }
p { color: rgb(252,3,46); }
H1.HeaderClassName
{
color: #FC032E;
}
.AnyTagClassName
{
color: #FC032E;
}
</style>
background-color css
<style>
a { background-color: #FC032E; }
a { background-color: rgb(252,3,46); }
div.DivClassName
{
background-color: #FC032E;
}
.BgClassName
{
background-color: #FC032E;
}
</style>
border-color css
<style>
span { border-color: #FC032E; }
span { border-color: rgb(252,3,46); }
td.TdClassName
{
border-color: #FC032E;
}
.TagClassName
{
border-color: #FC032E;
}
</style>