Shades of Torch Red #FC1330
Tints of Torch Red #FC1330
RGB
CMYK
RGB Variations
Color information
#FC1330 (or 0xFC1330) is known color: Torch Red. HEX triplet: FC, 13 and 30. RGB value is (252,19,48). Sum of RGB (Red+Green+Blue) = 252+19+48=319 (42% of max value = 765). Red value is 252 (98.83% from 255 or 79.00% from 319); Green value is 19 (7.81% from 255 or 5.96% from 319); Blue value is 48 (19.14% from 255 or 15.05% from 319); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1330 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1330 is #03ECCF. Grayscale: #5C5C5C. Windows color (decimal): -257232 or 3150844. OLE color: 3150844.
HSL color Cylindrical-coordinate representation of color #FC1330: hue angle of 352.53º 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 #FC1330 is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 19 | 48 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.01 |
| HSL | 352.53º | 0.97% | 0.53% | - |
| HSV(B) | 352.53º | 0.92% | 0.99% | - |
| XYZ | 40.91 | 21.37 | 4.77 | - |
| YUV | 91.97 | 103.19 | 242.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 19 | 48 | 0 | 0.92 | 0.81 | 0.01 | 352.53 | 0.97 | 0.53 |
| Hex | FC | 13 | 30 | 0 | 5C | 51 | 1 | 161 | 61 | 35 |
| Octal | 374 | 23 | 60 | 0 | 134 | 121 | 1 | 541 | 141 | 65 |
| Binary | 11111100 | 10011 | 110000 | 0 | 1011100 | 1010001 | 1 | 101100001 | 1100001 | 110101 |
Color Harmonies of #FC1330
Complementary color
Monochromatic Colors of #FC1330
Black with #FC1330
Text Example
Text Example
White with #FC1330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1330; }
p { color: rgb(252,19,48); }
H1.HeaderClassName
{
color: #FC1330;
}
.AnyTagClassName
{
color: #FC1330;
}
</style>
background-color css
<style>
a { background-color: #FC1330; }
a { background-color: rgb(252,19,48); }
div.DivClassName
{
background-color: #FC1330;
}
.BgClassName
{
background-color: #FC1330;
}
</style>
border-color css
<style>
span { border-color: #FC1330; }
span { border-color: rgb(252,19,48); }
td.TdClassName
{
border-color: #FC1330;
}
.TagClassName
{
border-color: #FC1330;
}
</style>