Shades of Torch Red #FC1733
Tints of Torch Red #FC1733
RGB
CMYK
RGB Variations
Color information
#FC1733 (or 0xFC1733) is known color: Torch Red. HEX triplet: FC, 17 and 33. RGB value is (252,23,51). Sum of RGB (Red+Green+Blue) = 252+23+51=326 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.30% from 326); Green value is 23 (9.38% from 255 or 7.06% from 326); Blue value is 51 (20.31% from 255 or 15.64% from 326); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1733 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1733 is #03E8CC. Grayscale: #5E5E5E. Windows color (decimal): -256205 or 3348476. OLE color: 3348476.
HSL color Cylindrical-coordinate representation of color #FC1733: hue angle of 352.66º 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 #FC1733 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 23 | 51 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.01 |
| HSL | 352.66º | 0.97% | 0.54% | - |
| HSV(B) | 352.66º | 0.91% | 0.99% | - |
| XYZ | 41.05 | 21.55 | 5.13 | - |
| YUV | 94.66 | 103.37 | 240.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 23 | 51 | 0 | 0.91 | 0.80 | 0.01 | 352.66 | 0.97 | 0.54 |
| Hex | FC | 17 | 33 | 0 | 5B | 50 | 1 | 161 | 61 | 36 |
| Octal | 374 | 27 | 63 | 0 | 133 | 120 | 1 | 541 | 141 | 66 |
| Binary | 11111100 | 10111 | 110011 | 0 | 1011011 | 1010000 | 1 | 101100001 | 1100001 | 110110 |
Color Harmonies of #FC1733
Complementary color
Monochromatic Colors of #FC1733
Black with #FC1733
Text Example
Text Example
White with #FC1733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1733; }
p { color: rgb(252,23,51); }
H1.HeaderClassName
{
color: #FC1733;
}
.AnyTagClassName
{
color: #FC1733;
}
</style>
background-color css
<style>
a { background-color: #FC1733; }
a { background-color: rgb(252,23,51); }
div.DivClassName
{
background-color: #FC1733;
}
.BgClassName
{
background-color: #FC1733;
}
</style>
border-color css
<style>
span { border-color: #FC1733; }
span { border-color: rgb(252,23,51); }
td.TdClassName
{
border-color: #FC1733;
}
.TagClassName
{
border-color: #FC1733;
}
</style>