Shades of Torch Red #FC144A
Tints of Torch Red #FC144A
RGB
CMYK
RGB Variations
Color information
#FC144A (or 0xFC144A) is known color: Torch Red. HEX triplet: FC, 14 and 4A. RGB value is (252,20,74). Sum of RGB (Red+Green+Blue) = 252+20+74=346 (45% of max value = 765). Red value is 252 (98.83% from 255 or 72.83% from 346); Green value is 20 (8.20% from 255 or 5.78% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 252 - color contains mainly: red. Hex color #FC144A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC144A is #03EBB5. Grayscale: #5F5F5F. Windows color (decimal): -256950 or 4855036. OLE color: 4855036.
HSL color Cylindrical-coordinate representation of color #FC144A: hue angle of 346.03º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC144A is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 20 | 74 | - |
| CMYK | 0 | 0.92 | 0.71 | 0.01 |
| HSL | 346.03º | 0.97% | 0.53% | - |
| HSV(B) | 346.03º | 0.92% | 0.99% | - |
| XYZ | 41.63 | 21.69 | 8.47 | - |
| YUV | 95.52 | 115.86 | 239.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 20 | 74 | 0 | 0.92 | 0.71 | 0.01 | 346.03 | 0.97 | 0.53 |
| Hex | FC | 14 | 4A | 0 | 5C | 47 | 1 | 15A | 61 | 35 |
| Octal | 374 | 24 | 112 | 0 | 134 | 107 | 1 | 532 | 141 | 65 |
| Binary | 11111100 | 10100 | 1001010 | 0 | 1011100 | 1000111 | 1 | 101011010 | 1100001 | 110101 |
Color Harmonies of #FC144A
Complementary color
Monochromatic Colors of #FC144A
Black with #FC144A
Text Example
Text Example
White with #FC144A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC144A; }
p { color: rgb(252,20,74); }
H1.HeaderClassName
{
color: #FC144A;
}
.AnyTagClassName
{
color: #FC144A;
}
</style>
background-color css
<style>
a { background-color: #FC144A; }
a { background-color: rgb(252,20,74); }
div.DivClassName
{
background-color: #FC144A;
}
.BgClassName
{
background-color: #FC144A;
}
</style>
border-color css
<style>
span { border-color: #FC144A; }
span { border-color: rgb(252,20,74); }
td.TdClassName
{
border-color: #FC144A;
}
.TagClassName
{
border-color: #FC144A;
}
</style>