Shades of Torch Red #FC1633
Tints of Torch Red #FC1633
RGB
CMYK
RGB Variations
Color information
#FC1633 (or 0xFC1633) is known color: Torch Red. HEX triplet: FC, 16 and 33. RGB value is (252,22,51). Sum of RGB (Red+Green+Blue) = 252+22+51=325 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.54% from 325); Green value is 22 (8.98% from 255 or 6.77% from 325); Blue value is 51 (20.31% from 255 or 15.69% from 325); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1633 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1633 is #03E9CC. Grayscale: #5E5E5E. Windows color (decimal): -256461 or 3348220. OLE color: 3348220.
HSL color Cylindrical-coordinate representation of color #FC1633: hue angle of 352.43º 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 #FC1633 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 22 | 51 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.01 |
| HSL | 352.43º | 0.97% | 0.54% | - |
| HSV(B) | 352.43º | 0.91% | 0.99% | - |
| XYZ | 41.03 | 21.51 | 5.12 | - |
| YUV | 94.08 | 103.7 | 240.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 22 | 51 | 0 | 0.91 | 0.80 | 0.01 | 352.43 | 0.97 | 0.54 |
| Hex | FC | 16 | 33 | 0 | 5B | 50 | 1 | 160 | 61 | 36 |
| Octal | 374 | 26 | 63 | 0 | 133 | 120 | 1 | 540 | 141 | 66 |
| Binary | 11111100 | 10110 | 110011 | 0 | 1011011 | 1010000 | 1 | 101100000 | 1100001 | 110110 |
Color Harmonies of #FC1633
Complementary color
Monochromatic Colors of #FC1633
Black with #FC1633
Text Example
Text Example
White with #FC1633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1633; }
p { color: rgb(252,22,51); }
H1.HeaderClassName
{
color: #FC1633;
}
.AnyTagClassName
{
color: #FC1633;
}
</style>
background-color css
<style>
a { background-color: #FC1633; }
a { background-color: rgb(252,22,51); }
div.DivClassName
{
background-color: #FC1633;
}
.BgClassName
{
background-color: #FC1633;
}
</style>
border-color css
<style>
span { border-color: #FC1633; }
span { border-color: rgb(252,22,51); }
td.TdClassName
{
border-color: #FC1633;
}
.TagClassName
{
border-color: #FC1633;
}
</style>