Shades of Torch Red #FC1726
Tints of Torch Red #FC1726
RGB
CMYK
RGB Variations
Color information
#FC1726 (or 0xFC1726) is known color: Torch Red. HEX triplet: FC, 17 and 26. RGB value is (252,23,38). Sum of RGB (Red+Green+Blue) = 252+23+38=313 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.51% from 313); Green value is 23 (9.38% from 255 or 7.35% from 313); Blue value is 38 (15.23% from 255 or 12.14% from 313); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1726 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1726 is #03E8D9. Grayscale: #5D5D5D. Windows color (decimal): -256218 or 2496508. OLE color: 2496508.
HSL color Cylindrical-coordinate representation of color #FC1726: hue angle of 356.07º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC1726 is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 23 | 38 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.01 |
| HSL | 356.07º | 0.97% | 0.54% | - |
| HSV(B) | 356.07º | 0.91% | 0.99% | - |
| XYZ | 40.8 | 21.45 | 3.82 | - |
| YUV | 93.18 | 96.87 | 241.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 23 | 38 | 0 | 0.91 | 0.85 | 0.01 | 356.07 | 0.97 | 0.54 |
| Hex | FC | 17 | 26 | 0 | 5B | 55 | 1 | 164 | 61 | 36 |
| Octal | 374 | 27 | 46 | 0 | 133 | 125 | 1 | 544 | 141 | 66 |
| Binary | 11111100 | 10111 | 100110 | 0 | 1011011 | 1010101 | 1 | 101100100 | 1100001 | 110110 |
Color Harmonies of #FC1726
Complementary color
Monochromatic Colors of #FC1726
Black with #FC1726
Text Example
Text Example
White with #FC1726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1726; }
p { color: rgb(252,23,38); }
H1.HeaderClassName
{
color: #FC1726;
}
.AnyTagClassName
{
color: #FC1726;
}
</style>
background-color css
<style>
a { background-color: #FC1726; }
a { background-color: rgb(252,23,38); }
div.DivClassName
{
background-color: #FC1726;
}
.BgClassName
{
background-color: #FC1726;
}
</style>
border-color css
<style>
span { border-color: #FC1726; }
span { border-color: rgb(252,23,38); }
td.TdClassName
{
border-color: #FC1726;
}
.TagClassName
{
border-color: #FC1726;
}
</style>