Shades of Torch Red #FC2138
Tints of Torch Red #FC2138
RGB
CMYK
RGB Variations
Color information
#FC2138 (or 0xFC2138) is known color: Torch Red. HEX triplet: FC, 21 and 38. RGB value is (252,33,56). Sum of RGB (Red+Green+Blue) = 252+33+56=341 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.90% from 341); Green value is 33 (13.28% from 255 or 9.68% from 341); Blue value is 56 (22.27% from 255 or 16.42% from 341); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2138 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2138 is #03DEC7. Grayscale: #656565. Windows color (decimal): -253640 or 3678716. OLE color: 3678716.
HSL color Cylindrical-coordinate representation of color #FC2138: hue angle of 353.7º 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 #FC2138 is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 33 | 56 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.01 |
| HSL | 353.7º | 0.97% | 0.56% | - |
| HSV(B) | 353.7º | 0.87% | 0.99% | - |
| XYZ | 41.4 | 22.07 | 5.82 | - |
| YUV | 101.1 | 102.55 | 235.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 33 | 56 | 0 | 0.87 | 0.78 | 0.01 | 353.7 | 0.97 | 0.56 |
| Hex | FC | 21 | 38 | 0 | 57 | 4E | 1 | 162 | 61 | 38 |
| Octal | 374 | 41 | 70 | 0 | 127 | 116 | 1 | 542 | 141 | 70 |
| Binary | 11111100 | 100001 | 111000 | 0 | 1010111 | 1001110 | 1 | 101100010 | 1100001 | 111000 |
Color Harmonies of #FC2138
Complementary color
Monochromatic Colors of #FC2138
Black with #FC2138
Text Example
Text Example
White with #FC2138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2138; }
p { color: rgb(252,33,56); }
H1.HeaderClassName
{
color: #FC2138;
}
.AnyTagClassName
{
color: #FC2138;
}
</style>
background-color css
<style>
a { background-color: #FC2138; }
a { background-color: rgb(252,33,56); }
div.DivClassName
{
background-color: #FC2138;
}
.BgClassName
{
background-color: #FC2138;
}
</style>
border-color css
<style>
span { border-color: #FC2138; }
span { border-color: rgb(252,33,56); }
td.TdClassName
{
border-color: #FC2138;
}
.TagClassName
{
border-color: #FC2138;
}
</style>