Shades of Torch Red #FC1027
Tints of Torch Red #FC1027
RGB
CMYK
RGB Variations
Color information
#FC1027 (or 0xFC1027) is known color: Torch Red. HEX triplet: FC, 10 and 27. RGB value is (252,16,39). Sum of RGB (Red+Green+Blue) = 252+16+39=307 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.08% from 307); Green value is 16 (6.64% from 255 or 5.21% from 307); Blue value is 39 (15.62% from 255 or 12.70% from 307); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1027 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1027 is #03EFD8. Grayscale: #595959. Windows color (decimal): -258009 or 2560252. OLE color: 2560252.
HSL color Cylindrical-coordinate representation of color #FC1027: hue angle of 354.15º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC1027 is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 16 | 39 | - |
| CMYK | 0 | 0.94 | 0.85 | 0.01 |
| HSL | 354.15º | 0.98% | 0.53% | - |
| HSV(B) | 354.15º | 0.94% | 0.99% | - |
| XYZ | 40.7 | 21.21 | 3.87 | - |
| YUV | 89.19 | 99.69 | 244.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 16 | 39 | 0 | 0.94 | 0.85 | 0.01 | 354.15 | 0.98 | 0.53 |
| Hex | FC | 10 | 27 | 0 | 5E | 55 | 1 | 162 | 62 | 35 |
| Octal | 374 | 20 | 47 | 0 | 136 | 125 | 1 | 542 | 142 | 65 |
| Binary | 11111100 | 10000 | 100111 | 0 | 1011110 | 1010101 | 1 | 101100010 | 1100010 | 110101 |
Color Harmonies of #FC1027
Complementary color
Monochromatic Colors of #FC1027
Black with #FC1027
Text Example
Text Example
White with #FC1027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1027; }
p { color: rgb(252,16,39); }
H1.HeaderClassName
{
color: #FC1027;
}
.AnyTagClassName
{
color: #FC1027;
}
</style>
background-color css
<style>
a { background-color: #FC1027; }
a { background-color: rgb(252,16,39); }
div.DivClassName
{
background-color: #FC1027;
}
.BgClassName
{
background-color: #FC1027;
}
</style>
border-color css
<style>
span { border-color: #FC1027; }
span { border-color: rgb(252,16,39); }
td.TdClassName
{
border-color: #FC1027;
}
.TagClassName
{
border-color: #FC1027;
}
</style>