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