Shades of Torch Red #FC1627
Tints of Torch Red #FC1627
RGB
CMYK
RGB Variations
Color information
#FC1627 (or 0xFC1627) is known color: Torch Red. HEX triplet: FC, 16 and 27. RGB value is (252,22,39). Sum of RGB (Red+Green+Blue) = 252+22+39=313 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.51% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 39 (15.62% from 255 or 12.46% from 313); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1627 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1627 is #03E9D8. Grayscale: #5C5C5C. Windows color (decimal): -256473 or 2561788. OLE color: 2561788.
HSL color Cylindrical-coordinate representation of color #FC1627: hue angle of 355.57º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC1627 is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 22 | 39 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.01 |
| HSL | 355.57º | 0.97% | 0.54% | - |
| HSV(B) | 355.57º | 0.91% | 0.99% | - |
| XYZ | 40.8 | 21.42 | 3.9 | - |
| YUV | 92.71 | 97.7 | 241.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 22 | 39 | 0 | 0.91 | 0.85 | 0.01 | 355.57 | 0.97 | 0.54 |
| Hex | FC | 16 | 27 | 0 | 5B | 55 | 1 | 164 | 61 | 36 |
| Octal | 374 | 26 | 47 | 0 | 133 | 125 | 1 | 544 | 141 | 66 |
| Binary | 11111100 | 10110 | 100111 | 0 | 1011011 | 1010101 | 1 | 101100100 | 1100001 | 110110 |
Color Harmonies of #FC1627
Complementary color
Monochromatic Colors of #FC1627
Black with #FC1627
Text Example
Text Example
White with #FC1627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1627; }
p { color: rgb(252,22,39); }
H1.HeaderClassName
{
color: #FC1627;
}
.AnyTagClassName
{
color: #FC1627;
}
</style>
background-color css
<style>
a { background-color: #FC1627; }
a { background-color: rgb(252,22,39); }
div.DivClassName
{
background-color: #FC1627;
}
.BgClassName
{
background-color: #FC1627;
}
</style>
border-color css
<style>
span { border-color: #FC1627; }
span { border-color: rgb(252,22,39); }
td.TdClassName
{
border-color: #FC1627;
}
.TagClassName
{
border-color: #FC1627;
}
</style>