Shades of Torch Red #FC1127
Tints of Torch Red #FC1127
RGB
CMYK
RGB Variations
Color information
#FC1127 (or 0xFC1127) is known color: Torch Red. HEX triplet: FC, 11 and 27. RGB value is (252,17,39). Sum of RGB (Red+Green+Blue) = 252+17+39=308 (40% of max value = 765). Red value is 252 (98.83% from 255 or 81.82% from 308); Green value is 17 (7.03% from 255 or 5.52% from 308); Blue value is 39 (15.62% from 255 or 12.66% from 308); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1127 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1127 is #03EED8. Grayscale: #595959. Windows color (decimal): -257753 or 2560508. OLE color: 2560508.
HSL color Cylindrical-coordinate representation of color #FC1127: hue angle of 354.38º 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 #FC1127 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 17 | 39 | - |
| CMYK | 0 | 0.93 | 0.85 | 0.01 |
| HSL | 354.38º | 0.98% | 0.53% | - |
| HSV(B) | 354.38º | 0.93% | 0.99% | - |
| XYZ | 40.71 | 21.24 | 3.87 | - |
| YUV | 89.77 | 99.36 | 243.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 17 | 39 | 0 | 0.93 | 0.85 | 0.01 | 354.38 | 0.98 | 0.53 |
| Hex | FC | 11 | 27 | 0 | 5D | 55 | 1 | 162 | 62 | 35 |
| Octal | 374 | 21 | 47 | 0 | 135 | 125 | 1 | 542 | 142 | 65 |
| Binary | 11111100 | 10001 | 100111 | 0 | 1011101 | 1010101 | 1 | 101100010 | 1100010 | 110101 |
Color Harmonies of #FC1127
Complementary color
Monochromatic Colors of #FC1127
Black with #FC1127
Text Example
Text Example
White with #FC1127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1127; }
p { color: rgb(252,17,39); }
H1.HeaderClassName
{
color: #FC1127;
}
.AnyTagClassName
{
color: #FC1127;
}
</style>
background-color css
<style>
a { background-color: #FC1127; }
a { background-color: rgb(252,17,39); }
div.DivClassName
{
background-color: #FC1127;
}
.BgClassName
{
background-color: #FC1127;
}
</style>
border-color css
<style>
span { border-color: #FC1127; }
span { border-color: rgb(252,17,39); }
td.TdClassName
{
border-color: #FC1127;
}
.TagClassName
{
border-color: #FC1127;
}
</style>