Shades of Torch Red #FC023B
Tints of Torch Red #FC023B
RGB
CMYK
RGB Variations
Color information
#FC023B (or 0xFC023B) is known color: Torch Red. HEX triplet: FC, 02 and 3B. RGB value is (252,2,59). Sum of RGB (Red+Green+Blue) = 252+2+59=313 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.51% from 313); Green value is 2 (1.17% from 255 or 0.64% from 313); Blue value is 59 (23.44% from 255 or 18.85% from 313); Max value from RGB is 252 - color contains mainly: red. Hex color #FC023B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC023B is #03FDC4. Grayscale: #535353. Windows color (decimal): -261573 or 3867388. OLE color: 3867388.
HSL color Cylindrical-coordinate representation of color #FC023B: hue angle of 346.32º 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 #FC023B is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 2 | 59 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.01 |
| HSL | 346.32º | 0.98% | 0.5% | - |
| HSV(B) | 346.32º | 0.99% | 0.99% | - |
| XYZ | 40.96 | 21.05 | 6.04 | - |
| YUV | 83.25 | 114.33 | 248.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 2 | 59 | 0 | 0.99 | 0.77 | 0.01 | 346.32 | 0.98 | 0.5 |
| Hex | FC | 2 | 3B | 0 | 63 | 4D | 1 | 15A | 62 | 32 |
| Octal | 374 | 2 | 73 | 0 | 143 | 115 | 1 | 532 | 142 | 62 |
| Binary | 11111100 | 10 | 111011 | 0 | 1100011 | 1001101 | 1 | 101011010 | 1100010 | 110010 |
Color Harmonies of #FC023B
Complementary color
Monochromatic Colors of #FC023B
Black with #FC023B
Text Example
Text Example
White with #FC023B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC023B; }
p { color: rgb(252,2,59); }
H1.HeaderClassName
{
color: #FC023B;
}
.AnyTagClassName
{
color: #FC023B;
}
</style>
background-color css
<style>
a { background-color: #FC023B; }
a { background-color: rgb(252,2,59); }
div.DivClassName
{
background-color: #FC023B;
}
.BgClassName
{
background-color: #FC023B;
}
</style>
border-color css
<style>
span { border-color: #FC023B; }
span { border-color: rgb(252,2,59); }
td.TdClassName
{
border-color: #FC023B;
}
.TagClassName
{
border-color: #FC023B;
}
</style>