Shades of Torch Red #FC202F
Tints of Torch Red #FC202F
RGB
CMYK
RGB Variations
Color information
#FC202F (or 0xFC202F) is known color: Torch Red. HEX triplet: FC, 20 and 2F. RGB value is (252,32,47). Sum of RGB (Red+Green+Blue) = 252+32+47=331 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.13% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 47 (18.75% from 255 or 14.20% from 331); Max value from RGB is 252 - color contains mainly: red. Hex color #FC202F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC202F is #03DFD0. Grayscale: #636363. Windows color (decimal): -253905 or 3088636. OLE color: 3088636.
HSL color Cylindrical-coordinate representation of color #FC202F: hue angle of 355.91º 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 #FC202F is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 32 | 47 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.01 |
| HSL | 355.91º | 0.97% | 0.56% | - |
| HSV(B) | 355.91º | 0.87% | 0.99% | - |
| XYZ | 41.17 | 21.93 | 4.75 | - |
| YUV | 99.49 | 98.39 | 236.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 32 | 47 | 0 | 0.87 | 0.81 | 0.01 | 355.91 | 0.97 | 0.56 |
| Hex | FC | 20 | 2F | 0 | 57 | 51 | 1 | 164 | 61 | 38 |
| Octal | 374 | 40 | 57 | 0 | 127 | 121 | 1 | 544 | 141 | 70 |
| Binary | 11111100 | 100000 | 101111 | 0 | 1010111 | 1010001 | 1 | 101100100 | 1100001 | 111000 |
Color Harmonies of #FC202F
Complementary color
Monochromatic Colors of #FC202F
Black with #FC202F
Text Example
Text Example
White with #FC202F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC202F; }
p { color: rgb(252,32,47); }
H1.HeaderClassName
{
color: #FC202F;
}
.AnyTagClassName
{
color: #FC202F;
}
</style>
background-color css
<style>
a { background-color: #FC202F; }
a { background-color: rgb(252,32,47); }
div.DivClassName
{
background-color: #FC202F;
}
.BgClassName
{
background-color: #FC202F;
}
</style>
border-color css
<style>
span { border-color: #FC202F; }
span { border-color: rgb(252,32,47); }
td.TdClassName
{
border-color: #FC202F;
}
.TagClassName
{
border-color: #FC202F;
}
</style>