Shades of Torch Red #FC0340
Tints of Torch Red #FC0340
RGB
CMYK
RGB Variations
Color information
#FC0340 (or 0xFC0340) is known color: Torch Red. HEX triplet: FC, 03 and 40. RGB value is (252,3,64). Sum of RGB (Red+Green+Blue) = 252+3+64=319 (42% of max value = 765). Red value is 252 (98.83% from 255 or 79.00% from 319); Green value is 3 (1.56% from 255 or 0.94% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0340 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0340 is #03FCBF. Grayscale: #545454. Windows color (decimal): -261312 or 4195324. OLE color: 4195324.
HSL color Cylindrical-coordinate representation of color #FC0340: hue angle of 345.3º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC0340 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 3 | 64 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.01 |
| HSL | 345.3º | 0.98% | 0.5% | - |
| HSV(B) | 345.3º | 0.99% | 0.99% | - |
| XYZ | 41.1 | 21.13 | 6.76 | - |
| YUV | 84.41 | 116.49 | 247.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 3 | 64 | 0 | 0.99 | 0.75 | 0.01 | 345.3 | 0.98 | 0.5 |
| Hex | FC | 3 | 40 | 0 | 63 | 4B | 1 | 159 | 62 | 32 |
| Octal | 374 | 3 | 100 | 0 | 143 | 113 | 1 | 531 | 142 | 62 |
| Binary | 11111100 | 11 | 1000000 | 0 | 1100011 | 1001011 | 1 | 101011001 | 1100010 | 110010 |
Color Harmonies of #FC0340
Complementary color
Monochromatic Colors of #FC0340
Black with #FC0340
Text Example
Text Example
White with #FC0340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0340; }
p { color: rgb(252,3,64); }
H1.HeaderClassName
{
color: #FC0340;
}
.AnyTagClassName
{
color: #FC0340;
}
</style>
background-color css
<style>
a { background-color: #FC0340; }
a { background-color: rgb(252,3,64); }
div.DivClassName
{
background-color: #FC0340;
}
.BgClassName
{
background-color: #FC0340;
}
</style>
border-color css
<style>
span { border-color: #FC0340; }
span { border-color: rgb(252,3,64); }
td.TdClassName
{
border-color: #FC0340;
}
.TagClassName
{
border-color: #FC0340;
}
</style>