Shades of Torch Red #FC1E3A
Tints of Torch Red #FC1E3A
RGB
CMYK
RGB Variations
Color information
#FC1E3A (or 0xFC1E3A) is known color: Torch Red. HEX triplet: FC, 1E and 3A. RGB value is (252,30,58). Sum of RGB (Red+Green+Blue) = 252+30+58=340 (45% of max value = 765). Red value is 252 (98.83% from 255 or 74.12% from 340); Green value is 30 (12.11% from 255 or 8.82% from 340); Blue value is 58 (23.05% from 255 or 17.06% from 340); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1E3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1E3A is #03E1C5. Grayscale: #636363. Windows color (decimal): -254406 or 3809020. OLE color: 3809020.
HSL color Cylindrical-coordinate representation of color #FC1E3A: hue angle of 352.43º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FC1E3A is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 30 | 58 | - |
| CMYK | 0 | 0.88 | 0.77 | 0.01 |
| HSL | 352.43º | 0.97% | 0.55% | - |
| HSV(B) | 352.43º | 0.88% | 0.99% | - |
| XYZ | 41.37 | 21.93 | 6.06 | - |
| YUV | 99.57 | 104.55 | 236.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 30 | 58 | 0 | 0.88 | 0.77 | 0.01 | 352.43 | 0.97 | 0.55 |
| Hex | FC | 1E | 3A | 0 | 58 | 4D | 1 | 160 | 61 | 37 |
| Octal | 374 | 36 | 72 | 0 | 130 | 115 | 1 | 540 | 141 | 67 |
| Binary | 11111100 | 11110 | 111010 | 0 | 1011000 | 1001101 | 1 | 101100000 | 1100001 | 110111 |
Color Harmonies of #FC1E3A
Complementary color
Monochromatic Colors of #FC1E3A
Black with #FC1E3A
Text Example
Text Example
White with #FC1E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1E3A; }
p { color: rgb(252,30,58); }
H1.HeaderClassName
{
color: #FC1E3A;
}
.AnyTagClassName
{
color: #FC1E3A;
}
</style>
background-color css
<style>
a { background-color: #FC1E3A; }
a { background-color: rgb(252,30,58); }
div.DivClassName
{
background-color: #FC1E3A;
}
.BgClassName
{
background-color: #FC1E3A;
}
</style>
border-color css
<style>
span { border-color: #FC1E3A; }
span { border-color: rgb(252,30,58); }
td.TdClassName
{
border-color: #FC1E3A;
}
.TagClassName
{
border-color: #FC1E3A;
}
</style>