Shades of Torch Red #FC1328
Tints of Torch Red #FC1328
RGB
CMYK
RGB Variations
Color information
#FC1328 (or 0xFC1328) is known color: Torch Red. HEX triplet: FC, 13 and 28. RGB value is (252,19,40). Sum of RGB (Red+Green+Blue) = 252+19+40=311 (41% of max value = 765). Red value is 252 (98.83% from 255 or 81.03% from 311); Green value is 19 (7.81% from 255 or 6.11% from 311); Blue value is 40 (16.02% from 255 or 12.86% from 311); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1328 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1328 is #03ECD7. Grayscale: #5B5B5B. Windows color (decimal): -257240 or 2626556. OLE color: 2626556.
HSL color Cylindrical-coordinate representation of color #FC1328: hue angle of 354.59º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC1328 is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 19 | 40 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.01 |
| HSL | 354.59º | 0.97% | 0.53% | - |
| HSV(B) | 354.59º | 0.92% | 0.99% | - |
| XYZ | 40.76 | 21.31 | 3.97 | - |
| YUV | 91.06 | 99.19 | 242.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 19 | 40 | 0 | 0.92 | 0.84 | 0.01 | 354.59 | 0.97 | 0.53 |
| Hex | FC | 13 | 28 | 0 | 5C | 54 | 1 | 163 | 61 | 35 |
| Octal | 374 | 23 | 50 | 0 | 134 | 124 | 1 | 543 | 141 | 65 |
| Binary | 11111100 | 10011 | 101000 | 0 | 1011100 | 1010100 | 1 | 101100011 | 1100001 | 110101 |
Color Harmonies of #FC1328
Complementary color
Monochromatic Colors of #FC1328
Black with #FC1328
Text Example
Text Example
White with #FC1328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1328; }
p { color: rgb(252,19,40); }
H1.HeaderClassName
{
color: #FC1328;
}
.AnyTagClassName
{
color: #FC1328;
}
</style>
background-color css
<style>
a { background-color: #FC1328; }
a { background-color: rgb(252,19,40); }
div.DivClassName
{
background-color: #FC1328;
}
.BgClassName
{
background-color: #FC1328;
}
</style>
border-color css
<style>
span { border-color: #FC1328; }
span { border-color: rgb(252,19,40); }
td.TdClassName
{
border-color: #FC1328;
}
.TagClassName
{
border-color: #FC1328;
}
</style>