Shades of Torch Red #FC1433
Tints of Torch Red #FC1433
RGB
CMYK
RGB Variations
Color information
#FC1433 (or 0xFC1433) is known color: Torch Red. HEX triplet: FC, 14 and 33. RGB value is (252,20,51). Sum of RGB (Red+Green+Blue) = 252+20+51=323 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.02% from 323); Green value is 20 (8.20% from 255 or 6.19% from 323); Blue value is 51 (20.31% from 255 or 15.79% from 323); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1433 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1433 is #03EBCC. Grayscale: #5D5D5D. Windows color (decimal): -256973 or 3347708. OLE color: 3347708.
HSL color Cylindrical-coordinate representation of color #FC1433: hue angle of 351.98º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC1433 is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 20 | 51 | - |
| CMYK | 0 | 0.92 | 0.80 | 0.01 |
| HSL | 351.98º | 0.97% | 0.53% | - |
| HSV(B) | 351.98º | 0.92% | 0.99% | - |
| XYZ | 40.99 | 21.43 | 5.11 | - |
| YUV | 92.9 | 104.36 | 241.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 20 | 51 | 0 | 0.92 | 0.80 | 0.01 | 351.98 | 0.97 | 0.53 |
| Hex | FC | 14 | 33 | 0 | 5C | 50 | 1 | 160 | 61 | 35 |
| Octal | 374 | 24 | 63 | 0 | 134 | 120 | 1 | 540 | 141 | 65 |
| Binary | 11111100 | 10100 | 110011 | 0 | 1011100 | 1010000 | 1 | 101100000 | 1100001 | 110101 |
Color Harmonies of #FC1433
Complementary color
Monochromatic Colors of #FC1433
Black with #FC1433
Text Example
Text Example
White with #FC1433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1433; }
p { color: rgb(252,20,51); }
H1.HeaderClassName
{
color: #FC1433;
}
.AnyTagClassName
{
color: #FC1433;
}
</style>
background-color css
<style>
a { background-color: #FC1433; }
a { background-color: rgb(252,20,51); }
div.DivClassName
{
background-color: #FC1433;
}
.BgClassName
{
background-color: #FC1433;
}
</style>
border-color css
<style>
span { border-color: #FC1433; }
span { border-color: rgb(252,20,51); }
td.TdClassName
{
border-color: #FC1433;
}
.TagClassName
{
border-color: #FC1433;
}
</style>