Shades of Torch Red #FC023A
Tints of Torch Red #FC023A
RGB
CMYK
RGB Variations
Color information
#FC023A (or 0xFC023A) is known color: Torch Red. HEX triplet: FC, 02 and 3A. RGB value is (252,2,58). Sum of RGB (Red+Green+Blue) = 252+2+58=312 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.77% from 312); Green value is 2 (1.17% from 255 or 0.64% from 312); Blue value is 58 (23.05% from 255 or 18.59% from 312); Max value from RGB is 252 - color contains mainly: red. Hex color #FC023A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC023A is #03FDC5. Grayscale: #535353. Windows color (decimal): -261574 or 3801852. OLE color: 3801852.
HSL color Cylindrical-coordinate representation of color #FC023A: hue angle of 346.56º 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 #FC023A is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 2 | 58 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.01 |
| HSL | 346.56º | 0.98% | 0.5% | - |
| HSV(B) | 346.56º | 0.99% | 0.99% | - |
| XYZ | 40.93 | 21.04 | 5.91 | - |
| YUV | 83.13 | 113.83 | 248.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 2 | 58 | 0 | 0.99 | 0.77 | 0.01 | 346.56 | 0.98 | 0.5 |
| Hex | FC | 2 | 3A | 0 | 63 | 4D | 1 | 15B | 62 | 32 |
| Octal | 374 | 2 | 72 | 0 | 143 | 115 | 1 | 533 | 142 | 62 |
| Binary | 11111100 | 10 | 111010 | 0 | 1100011 | 1001101 | 1 | 101011011 | 1100010 | 110010 |
Color Harmonies of #FC023A
Complementary color
Monochromatic Colors of #FC023A
Black with #FC023A
Text Example
Text Example
White with #FC023A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC023A; }
p { color: rgb(252,2,58); }
H1.HeaderClassName
{
color: #FC023A;
}
.AnyTagClassName
{
color: #FC023A;
}
</style>
background-color css
<style>
a { background-color: #FC023A; }
a { background-color: rgb(252,2,58); }
div.DivClassName
{
background-color: #FC023A;
}
.BgClassName
{
background-color: #FC023A;
}
</style>
border-color css
<style>
span { border-color: #FC023A; }
span { border-color: rgb(252,2,58); }
td.TdClassName
{
border-color: #FC023A;
}
.TagClassName
{
border-color: #FC023A;
}
</style>