Shades of Torch Red #FC1A39
Tints of Torch Red #FC1A39
RGB
CMYK
RGB Variations
Color information
#FC1A39 (or 0xFC1A39) is known color: Torch Red. HEX triplet: FC, 1A and 39. RGB value is (252,26,57). Sum of RGB (Red+Green+Blue) = 252+26+57=335 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.22% from 335); Green value is 26 (10.55% from 255 or 7.76% from 335); Blue value is 57 (22.66% from 255 or 17.01% from 335); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1A39 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1A39 is #03E5C6. Grayscale: #616161. Windows color (decimal): -255431 or 3742460. OLE color: 3742460.
HSL color Cylindrical-coordinate representation of color #FC1A39: hue angle of 351.77º 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 #FC1A39 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 26 | 57 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.01 |
| HSL | 351.77º | 0.97% | 0.55% | - |
| HSV(B) | 351.77º | 0.9% | 0.99% | - |
| XYZ | 41.25 | 21.73 | 5.89 | - |
| YUV | 97.11 | 105.37 | 238.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 26 | 57 | 0 | 0.90 | 0.77 | 0.01 | 351.77 | 0.97 | 0.55 |
| Hex | FC | 1A | 39 | 0 | 5A | 4D | 1 | 160 | 61 | 37 |
| Octal | 374 | 32 | 71 | 0 | 132 | 115 | 1 | 540 | 141 | 67 |
| Binary | 11111100 | 11010 | 111001 | 0 | 1011010 | 1001101 | 1 | 101100000 | 1100001 | 110111 |
Color Harmonies of #FC1A39
Complementary color
Monochromatic Colors of #FC1A39
Black with #FC1A39
Text Example
Text Example
White with #FC1A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1A39; }
p { color: rgb(252,26,57); }
H1.HeaderClassName
{
color: #FC1A39;
}
.AnyTagClassName
{
color: #FC1A39;
}
</style>
background-color css
<style>
a { background-color: #FC1A39; }
a { background-color: rgb(252,26,57); }
div.DivClassName
{
background-color: #FC1A39;
}
.BgClassName
{
background-color: #FC1A39;
}
</style>
border-color css
<style>
span { border-color: #FC1A39; }
span { border-color: rgb(252,26,57); }
td.TdClassName
{
border-color: #FC1A39;
}
.TagClassName
{
border-color: #FC1A39;
}
</style>