Shades of Torch Red #FC1E4A
Tints of Torch Red #FC1E4A
RGB
CMYK
RGB Variations
Color information
#FC1E4A (or 0xFC1E4A) is known color: Torch Red. HEX triplet: FC, 1E and 4A. RGB value is (252,30,74). Sum of RGB (Red+Green+Blue) = 252+30+74=356 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.79% from 356); Green value is 30 (12.11% from 255 or 8.43% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1E4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1E4A is #03E1B5. Grayscale: #656565. Windows color (decimal): -254390 or 4857596. OLE color: 4857596.
HSL color Cylindrical-coordinate representation of color #FC1E4A: hue angle of 348.11º 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 #FC1E4A is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 30 | 74 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.01 |
| HSL | 348.11º | 0.97% | 0.55% | - |
| HSV(B) | 348.11º | 0.88% | 0.99% | - |
| XYZ | 41.85 | 22.12 | 8.54 | - |
| YUV | 101.39 | 112.55 | 235.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 30 | 74 | 0 | 0.88 | 0.71 | 0.01 | 348.11 | 0.97 | 0.55 |
| Hex | FC | 1E | 4A | 0 | 58 | 47 | 1 | 15C | 61 | 37 |
| Octal | 374 | 36 | 112 | 0 | 130 | 107 | 1 | 534 | 141 | 67 |
| Binary | 11111100 | 11110 | 1001010 | 0 | 1011000 | 1000111 | 1 | 101011100 | 1100001 | 110111 |
Color Harmonies of #FC1E4A
Complementary color
Monochromatic Colors of #FC1E4A
Black with #FC1E4A
Text Example
Text Example
White with #FC1E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1E4A; }
p { color: rgb(252,30,74); }
H1.HeaderClassName
{
color: #FC1E4A;
}
.AnyTagClassName
{
color: #FC1E4A;
}
</style>
background-color css
<style>
a { background-color: #FC1E4A; }
a { background-color: rgb(252,30,74); }
div.DivClassName
{
background-color: #FC1E4A;
}
.BgClassName
{
background-color: #FC1E4A;
}
</style>
border-color css
<style>
span { border-color: #FC1E4A; }
span { border-color: rgb(252,30,74); }
td.TdClassName
{
border-color: #FC1E4A;
}
.TagClassName
{
border-color: #FC1E4A;
}
</style>