Shades of Torch Red #FC1C26
Tints of Torch Red #FC1C26
RGB
CMYK
RGB Variations
Color information
#FC1C26 (or 0xFC1C26) is known color: Torch Red. HEX triplet: FC, 1C and 26. RGB value is (252,28,38). Sum of RGB (Red+Green+Blue) = 252+28+38=318 (42% of max value = 765). Red value is 252 (98.83% from 255 or 79.25% from 318); Green value is 28 (11.33% from 255 or 8.81% from 318); Blue value is 38 (15.23% from 255 or 11.95% from 318); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1C26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1C26 is #03E3D9. Grayscale: #606060. Windows color (decimal): -254938 or 2497788. OLE color: 2497788.
HSL color Cylindrical-coordinate representation of color #FC1C26: hue angle of 357.32º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FC1C26 is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 28 | 38 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.01 |
| HSL | 357.32º | 0.97% | 0.55% | - |
| HSV(B) | 357.32º | 0.89% | 0.99% | - |
| XYZ | 40.91 | 21.67 | 3.86 | - |
| YUV | 96.12 | 95.21 | 239.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 28 | 38 | 0 | 0.89 | 0.85 | 0.01 | 357.32 | 0.97 | 0.55 |
| Hex | FC | 1C | 26 | 0 | 59 | 55 | 1 | 165 | 61 | 37 |
| Octal | 374 | 34 | 46 | 0 | 131 | 125 | 1 | 545 | 141 | 67 |
| Binary | 11111100 | 11100 | 100110 | 0 | 1011001 | 1010101 | 1 | 101100101 | 1100001 | 110111 |
Color Harmonies of #FC1C26
Complementary color
Monochromatic Colors of #FC1C26
Black with #FC1C26
Text Example
Text Example
White with #FC1C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1C26; }
p { color: rgb(252,28,38); }
H1.HeaderClassName
{
color: #FC1C26;
}
.AnyTagClassName
{
color: #FC1C26;
}
</style>
background-color css
<style>
a { background-color: #FC1C26; }
a { background-color: rgb(252,28,38); }
div.DivClassName
{
background-color: #FC1C26;
}
.BgClassName
{
background-color: #FC1C26;
}
</style>
border-color css
<style>
span { border-color: #FC1C26; }
span { border-color: rgb(252,28,38); }
td.TdClassName
{
border-color: #FC1C26;
}
.TagClassName
{
border-color: #FC1C26;
}
</style>