Shades of Torch Red #FC133D
Tints of Torch Red #FC133D
RGB
CMYK
RGB Variations
Color information
#FC133D (or 0xFC133D) is known color: Torch Red. HEX triplet: FC, 13 and 3D. RGB value is (252,19,61). Sum of RGB (Red+Green+Blue) = 252+19+61=332 (43% of max value = 765). Red value is 252 (98.83% from 255 or 75.90% from 332); Green value is 19 (7.81% from 255 or 5.72% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 252 - color contains mainly: red. Hex color #FC133D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC133D is #03ECC2. Grayscale: #5D5D5D. Windows color (decimal): -257219 or 4002812. OLE color: 4002812.
HSL color Cylindrical-coordinate representation of color #FC133D: hue angle of 349.18º 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 #FC133D is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 19 | 61 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.01 |
| HSL | 349.18º | 0.97% | 0.53% | - |
| HSV(B) | 349.18º | 0.92% | 0.99% | - |
| XYZ | 41.22 | 21.5 | 6.39 | - |
| YUV | 93.46 | 109.69 | 241.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 19 | 61 | 0 | 0.92 | 0.76 | 0.01 | 349.18 | 0.97 | 0.53 |
| Hex | FC | 13 | 3D | 0 | 5C | 4C | 1 | 15D | 61 | 35 |
| Octal | 374 | 23 | 75 | 0 | 134 | 114 | 1 | 535 | 141 | 65 |
| Binary | 11111100 | 10011 | 111101 | 0 | 1011100 | 1001100 | 1 | 101011101 | 1100001 | 110101 |
Color Harmonies of #FC133D
Complementary color
Monochromatic Colors of #FC133D
Black with #FC133D
Text Example
Text Example
White with #FC133D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC133D; }
p { color: rgb(252,19,61); }
H1.HeaderClassName
{
color: #FC133D;
}
.AnyTagClassName
{
color: #FC133D;
}
</style>
background-color css
<style>
a { background-color: #FC133D; }
a { background-color: rgb(252,19,61); }
div.DivClassName
{
background-color: #FC133D;
}
.BgClassName
{
background-color: #FC133D;
}
</style>
border-color css
<style>
span { border-color: #FC133D; }
span { border-color: rgb(252,19,61); }
td.TdClassName
{
border-color: #FC133D;
}
.TagClassName
{
border-color: #FC133D;
}
</style>