Shades of Torch Red #FC1226
Tints of Torch Red #FC1226
RGB
CMYK
RGB Variations
Color information
#FC1226 (or 0xFC1226) is known color: Torch Red. HEX triplet: FC, 12 and 26. RGB value is (252,18,38). Sum of RGB (Red+Green+Blue) = 252+18+38=308 (40% of max value = 765). Red value is 252 (98.83% from 255 or 81.82% from 308); Green value is 18 (7.42% from 255 or 5.84% from 308); Blue value is 38 (15.23% from 255 or 12.34% from 308); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1226 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1226 is #03EDD9. Grayscale: #5A5A5A. Windows color (decimal): -257498 or 2495228. OLE color: 2495228.
HSL color Cylindrical-coordinate representation of color #FC1226: hue angle of 354.87º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC1226 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 18 | 38 | - |
| CMYK | 0 | 0.93 | 0.85 | 0.01 |
| HSL | 354.87º | 0.98% | 0.53% | - |
| HSV(B) | 354.87º | 0.93% | 0.99% | - |
| XYZ | 40.71 | 21.27 | 3.79 | - |
| YUV | 90.25 | 98.52 | 243.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 18 | 38 | 0 | 0.93 | 0.85 | 0.01 | 354.87 | 0.98 | 0.53 |
| Hex | FC | 12 | 26 | 0 | 5D | 55 | 1 | 163 | 62 | 35 |
| Octal | 374 | 22 | 46 | 0 | 135 | 125 | 1 | 543 | 142 | 65 |
| Binary | 11111100 | 10010 | 100110 | 0 | 1011101 | 1010101 | 1 | 101100011 | 1100010 | 110101 |
Color Harmonies of #FC1226
Complementary color
Monochromatic Colors of #FC1226
Black with #FC1226
Text Example
Text Example
White with #FC1226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1226; }
p { color: rgb(252,18,38); }
H1.HeaderClassName
{
color: #FC1226;
}
.AnyTagClassName
{
color: #FC1226;
}
</style>
background-color css
<style>
a { background-color: #FC1226; }
a { background-color: rgb(252,18,38); }
div.DivClassName
{
background-color: #FC1226;
}
.BgClassName
{
background-color: #FC1226;
}
</style>
border-color css
<style>
span { border-color: #FC1226; }
span { border-color: rgb(252,18,38); }
td.TdClassName
{
border-color: #FC1226;
}
.TagClassName
{
border-color: #FC1226;
}
</style>