Shades of Torch Red #FC0127
Tints of Torch Red #FC0127
RGB
CMYK
RGB Variations
Color information
#FC0127 (or 0xFC0127) is known color: Torch Red. HEX triplet: FC, 01 and 27. RGB value is (252,1,39). Sum of RGB (Red+Green+Blue) = 252+1+39=292 (38% of max value = 765). Red value is 252 (98.83% from 255 or 86.30% from 292); Green value is 1 (0.78% from 255 or 0.34% from 292); Blue value is 39 (15.62% from 255 or 13.36% from 292); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0127 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0127 is #03FED8. Grayscale: #505050. Windows color (decimal): -261849 or 2556412. OLE color: 2556412.
HSL color Cylindrical-coordinate representation of color #FC0127: hue angle of 350.92º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC0127 is Cyan = 0, Magento = 1.00, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 39 | - |
| CMYK | 0 | 1.00 | 0.85 | 0.01 |
| HSL | 350.92º | 0.99% | 0.5% | - |
| HSV(B) | 350.92º | 1% | 0.99% | - |
| XYZ | 40.52 | 20.86 | 3.81 | - |
| YUV | 80.38 | 104.66 | 250.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 39 | 0 | 1.00 | 0.85 | 0.01 | 350.92 | 0.99 | 0.5 |
| Hex | FC | 1 | 27 | 0 | 64 | 55 | 1 | 15F | 63 | 32 |
| Octal | 374 | 1 | 47 | 0 | 144 | 125 | 1 | 537 | 143 | 62 |
| Binary | 11111100 | 1 | 100111 | 0 | 1100100 | 1010101 | 1 | 101011111 | 1100011 | 110010 |
Color Harmonies of #FC0127
Complementary color
Monochromatic Colors of #FC0127
Black with #FC0127
Text Example
Text Example
White with #FC0127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0127; }
p { color: rgb(252,1,39); }
H1.HeaderClassName
{
color: #FC0127;
}
.AnyTagClassName
{
color: #FC0127;
}
</style>
background-color css
<style>
a { background-color: #FC0127; }
a { background-color: rgb(252,1,39); }
div.DivClassName
{
background-color: #FC0127;
}
.BgClassName
{
background-color: #FC0127;
}
</style>
border-color css
<style>
span { border-color: #FC0127; }
span { border-color: rgb(252,1,39); }
td.TdClassName
{
border-color: #FC0127;
}
.TagClassName
{
border-color: #FC0127;
}
</style>