Shades of Torch Red #FC1A2E
Tints of Torch Red #FC1A2E
RGB
CMYK
RGB Variations
Color information
#FC1A2E (or 0xFC1A2E) is known color: Torch Red. HEX triplet: FC, 1A and 2E. RGB value is (252,26,46). Sum of RGB (Red+Green+Blue) = 252+26+46=324 (42% of max value = 765). Red value is 252 (98.83% from 255 or 77.78% from 324); Green value is 26 (10.55% from 255 or 8.02% from 324); Blue value is 46 (18.36% from 255 or 14.20% from 324); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1A2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1A2E is #03E5D1. Grayscale: #606060. Windows color (decimal): -255442 or 3021564. OLE color: 3021564.
HSL color Cylindrical-coordinate representation of color #FC1A2E: hue angle of 354.69º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC1A2E is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 26 | 46 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.01 |
| HSL | 354.69º | 0.97% | 0.55% | - |
| HSV(B) | 354.69º | 0.9% | 0.99% | - |
| XYZ | 41.01 | 21.63 | 4.6 | - |
| YUV | 95.85 | 99.87 | 239.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 26 | 46 | 0 | 0.90 | 0.82 | 0.01 | 354.69 | 0.97 | 0.55 |
| Hex | FC | 1A | 2E | 0 | 5A | 52 | 1 | 163 | 61 | 37 |
| Octal | 374 | 32 | 56 | 0 | 132 | 122 | 1 | 543 | 141 | 67 |
| Binary | 11111100 | 11010 | 101110 | 0 | 1011010 | 1010010 | 1 | 101100011 | 1100001 | 110111 |
Color Harmonies of #FC1A2E
Complementary color
Monochromatic Colors of #FC1A2E
Black with #FC1A2E
Text Example
Text Example
White with #FC1A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1A2E; }
p { color: rgb(252,26,46); }
H1.HeaderClassName
{
color: #FC1A2E;
}
.AnyTagClassName
{
color: #FC1A2E;
}
</style>
background-color css
<style>
a { background-color: #FC1A2E; }
a { background-color: rgb(252,26,46); }
div.DivClassName
{
background-color: #FC1A2E;
}
.BgClassName
{
background-color: #FC1A2E;
}
</style>
border-color css
<style>
span { border-color: #FC1A2E; }
span { border-color: rgb(252,26,46); }
td.TdClassName
{
border-color: #FC1A2E;
}
.TagClassName
{
border-color: #FC1A2E;
}
</style>