Shades of Torch Red #FC203E
Tints of Torch Red #FC203E
RGB
CMYK
RGB Variations
Color information
#FC203E (or 0xFC203E) is known color: Torch Red. HEX triplet: FC, 20 and 3E. RGB value is (252,32,62). Sum of RGB (Red+Green+Blue) = 252+32+62=346 (45% of max value = 765). Red value is 252 (98.83% from 255 or 72.83% from 346); Green value is 32 (12.89% from 255 or 9.25% from 346); Blue value is 62 (24.61% from 255 or 17.92% from 346); Max value from RGB is 252 - color contains mainly: red. Hex color #FC203E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC203E is #03DFC1. Grayscale: #656565. Windows color (decimal): -253890 or 4071676. OLE color: 4071676.
HSL color Cylindrical-coordinate representation of color #FC203E: hue angle of 351.82º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FC203E is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 32 | 62 | - |
| CMYK | 0 | 0.87 | 0.75 | 0.01 |
| HSL | 351.82º | 0.97% | 0.56% | - |
| HSV(B) | 351.82º | 0.87% | 0.99% | - |
| XYZ | 41.53 | 22.08 | 6.63 | - |
| YUV | 101.2 | 105.89 | 235.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 32 | 62 | 0 | 0.87 | 0.75 | 0.01 | 351.82 | 0.97 | 0.56 |
| Hex | FC | 20 | 3E | 0 | 57 | 4B | 1 | 160 | 61 | 38 |
| Octal | 374 | 40 | 76 | 0 | 127 | 113 | 1 | 540 | 141 | 70 |
| Binary | 11111100 | 100000 | 111110 | 0 | 1010111 | 1001011 | 1 | 101100000 | 1100001 | 111000 |
Color Harmonies of #FC203E
Complementary color
Monochromatic Colors of #FC203E
Black with #FC203E
Text Example
Text Example
White with #FC203E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC203E; }
p { color: rgb(252,32,62); }
H1.HeaderClassName
{
color: #FC203E;
}
.AnyTagClassName
{
color: #FC203E;
}
</style>
background-color css
<style>
a { background-color: #FC203E; }
a { background-color: rgb(252,32,62); }
div.DivClassName
{
background-color: #FC203E;
}
.BgClassName
{
background-color: #FC203E;
}
</style>
border-color css
<style>
span { border-color: #FC203E; }
span { border-color: rgb(252,32,62); }
td.TdClassName
{
border-color: #FC203E;
}
.TagClassName
{
border-color: #FC203E;
}
</style>