Shades of Torch Red #FC1A26
Tints of Torch Red #FC1A26
RGB
CMYK
RGB Variations
Color information
#FC1A26 (or 0xFC1A26) is known color: Torch Red. HEX triplet: FC, 1A and 26. RGB value is (252,26,38). Sum of RGB (Red+Green+Blue) = 252+26+38=316 (41% of max value = 765). Red value is 252 (98.83% from 255 or 79.75% from 316); Green value is 26 (10.55% from 255 or 8.23% from 316); Blue value is 38 (15.23% from 255 or 12.03% from 316); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1A26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1A26 is #03E5D9. Grayscale: #5F5F5F. Windows color (decimal): -255450 or 2497276. OLE color: 2497276.
HSL color Cylindrical-coordinate representation of color #FC1A26: hue angle of 356.81º 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 #FC1A26 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 26 | 38 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.01 |
| HSL | 356.81º | 0.97% | 0.55% | - |
| HSV(B) | 356.81º | 0.9% | 0.99% | - |
| XYZ | 40.86 | 21.57 | 3.84 | - |
| YUV | 94.94 | 95.87 | 240.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 26 | 38 | 0 | 0.90 | 0.85 | 0.01 | 356.81 | 0.97 | 0.55 |
| Hex | FC | 1A | 26 | 0 | 5A | 55 | 1 | 165 | 61 | 37 |
| Octal | 374 | 32 | 46 | 0 | 132 | 125 | 1 | 545 | 141 | 67 |
| Binary | 11111100 | 11010 | 100110 | 0 | 1011010 | 1010101 | 1 | 101100101 | 1100001 | 110111 |
Color Harmonies of #FC1A26
Complementary color
Monochromatic Colors of #FC1A26
Black with #FC1A26
Text Example
Text Example
White with #FC1A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1A26; }
p { color: rgb(252,26,38); }
H1.HeaderClassName
{
color: #FC1A26;
}
.AnyTagClassName
{
color: #FC1A26;
}
</style>
background-color css
<style>
a { background-color: #FC1A26; }
a { background-color: rgb(252,26,38); }
div.DivClassName
{
background-color: #FC1A26;
}
.BgClassName
{
background-color: #FC1A26;
}
</style>
border-color css
<style>
span { border-color: #FC1A26; }
span { border-color: rgb(252,26,38); }
td.TdClassName
{
border-color: #FC1A26;
}
.TagClassName
{
border-color: #FC1A26;
}
</style>