Shades of Torch Red #FC0523
Tints of Torch Red #FC0523
RGB
CMYK
RGB Variations
Color information
#FC0523 (or 0xFC0523) is known color: Torch Red. HEX triplet: FC, 05 and 23. RGB value is (252,5,35). Sum of RGB (Red+Green+Blue) = 252+5+35=292 (38% of max value = 765). Red value is 252 (98.83% from 255 or 86.30% from 292); Green value is 5 (2.34% from 255 or 1.71% from 292); Blue value is 35 (14.06% from 255 or 11.99% from 292); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0523 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0523 is #03FADC. Grayscale: #525252. Windows color (decimal): -260829 or 2295292. OLE color: 2295292.
HSL color Cylindrical-coordinate representation of color #FC0523: hue angle of 352.71º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC0523 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 5 | 35 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.01 |
| HSL | 352.71º | 0.98% | 0.5% | - |
| HSV(B) | 352.71º | 0.98% | 0.99% | - |
| XYZ | 40.5 | 20.93 | 3.49 | - |
| YUV | 82.27 | 101.33 | 249.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 5 | 35 | 0 | 0.98 | 0.86 | 0.01 | 352.71 | 0.98 | 0.5 |
| Hex | FC | 5 | 23 | 0 | 62 | 56 | 1 | 161 | 62 | 32 |
| Octal | 374 | 5 | 43 | 0 | 142 | 126 | 1 | 541 | 142 | 62 |
| Binary | 11111100 | 101 | 100011 | 0 | 1100010 | 1010110 | 1 | 101100001 | 1100010 | 110010 |
Color Harmonies of #FC0523
Complementary color
Monochromatic Colors of #FC0523
Black with #FC0523
Text Example
Text Example
White with #FC0523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0523; }
p { color: rgb(252,5,35); }
H1.HeaderClassName
{
color: #FC0523;
}
.AnyTagClassName
{
color: #FC0523;
}
</style>
background-color css
<style>
a { background-color: #FC0523; }
a { background-color: rgb(252,5,35); }
div.DivClassName
{
background-color: #FC0523;
}
.BgClassName
{
background-color: #FC0523;
}
</style>
border-color css
<style>
span { border-color: #FC0523; }
span { border-color: rgb(252,5,35); }
td.TdClassName
{
border-color: #FC0523;
}
.TagClassName
{
border-color: #FC0523;
}
</style>