Shades of Torch Red #FC1A45
Tints of Torch Red #FC1A45
RGB
CMYK
RGB Variations
Color information
#FC1A45 (or 0xFC1A45) is known color: Torch Red. HEX triplet: FC, 1A and 45. RGB value is (252,26,69). Sum of RGB (Red+Green+Blue) = 252+26+69=347 (45% of max value = 765). Red value is 252 (98.83% from 255 or 72.62% from 347); Green value is 26 (10.55% from 255 or 7.49% from 347); Blue value is 69 (27.34% from 255 or 19.88% from 347); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1A45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1A45 is #03E5BA. Grayscale: #626262. Windows color (decimal): -255419 or 4528892. OLE color: 4528892.
HSL color Cylindrical-coordinate representation of color #FC1A45: hue angle of 348.58º 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 #FC1A45 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 26 | 69 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.01 |
| HSL | 348.58º | 0.97% | 0.55% | - |
| HSV(B) | 348.58º | 0.9% | 0.99% | - |
| XYZ | 41.59 | 21.86 | 7.66 | - |
| YUV | 98.48 | 111.37 | 237.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 26 | 69 | 0 | 0.90 | 0.73 | 0.01 | 348.58 | 0.97 | 0.55 |
| Hex | FC | 1A | 45 | 0 | 5A | 49 | 1 | 15D | 61 | 37 |
| Octal | 374 | 32 | 105 | 0 | 132 | 111 | 1 | 535 | 141 | 67 |
| Binary | 11111100 | 11010 | 1000101 | 0 | 1011010 | 1001001 | 1 | 101011101 | 1100001 | 110111 |
Color Harmonies of #FC1A45
Complementary color
Monochromatic Colors of #FC1A45
Black with #FC1A45
Text Example
Text Example
White with #FC1A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1A45; }
p { color: rgb(252,26,69); }
H1.HeaderClassName
{
color: #FC1A45;
}
.AnyTagClassName
{
color: #FC1A45;
}
</style>
background-color css
<style>
a { background-color: #FC1A45; }
a { background-color: rgb(252,26,69); }
div.DivClassName
{
background-color: #FC1A45;
}
.BgClassName
{
background-color: #FC1A45;
}
</style>
border-color css
<style>
span { border-color: #FC1A45; }
span { border-color: rgb(252,26,69); }
td.TdClassName
{
border-color: #FC1A45;
}
.TagClassName
{
border-color: #FC1A45;
}
</style>