Shades of Torch Red #FC0313
Tints of Torch Red #FC0313
RGB
CMYK
RGB Variations
Color information
#FC0313 (or 0xFC0313) is known color: Torch Red. HEX triplet: FC, 03 and 13. RGB value is (252,3,19). Sum of RGB (Red+Green+Blue) = 252+3+19=274 (36% of max value = 765). Red value is 252 (98.83% from 255 or 91.97% from 274); Green value is 3 (1.56% from 255 or 1.09% from 274); Blue value is 19 (7.81% from 255 or 6.93% from 274); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0313 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0313 is #03FCEC. Grayscale: #4F4F4F. Windows color (decimal): -261357 or 1246204. OLE color: 1246204.
HSL color Cylindrical-coordinate representation of color #FC0313: hue angle of 356.14º 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 #FC0313 is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 3 | 19 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.01 |
| HSL | 356.14º | 0.98% | 0.5% | - |
| HSV(B) | 356.14º | 0.99% | 0.99% | - |
| XYZ | 40.29 | 20.81 | 2.51 | - |
| YUV | 79.28 | 93.99 | 251.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 3 | 19 | 0 | 0.99 | 0.92 | 0.01 | 356.14 | 0.98 | 0.5 |
| Hex | FC | 3 | 13 | 0 | 63 | 5C | 1 | 164 | 62 | 32 |
| Octal | 374 | 3 | 23 | 0 | 143 | 134 | 1 | 544 | 142 | 62 |
| Binary | 11111100 | 11 | 10011 | 0 | 1100011 | 1011100 | 1 | 101100100 | 1100010 | 110010 |
Color Harmonies of #FC0313
Complementary color
Monochromatic Colors of #FC0313
Black with #FC0313
Text Example
Text Example
White with #FC0313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0313; }
p { color: rgb(252,3,19); }
H1.HeaderClassName
{
color: #FC0313;
}
.AnyTagClassName
{
color: #FC0313;
}
</style>
background-color css
<style>
a { background-color: #FC0313; }
a { background-color: rgb(252,3,19); }
div.DivClassName
{
background-color: #FC0313;
}
.BgClassName
{
background-color: #FC0313;
}
</style>
border-color css
<style>
span { border-color: #FC0313; }
span { border-color: rgb(252,3,19); }
td.TdClassName
{
border-color: #FC0313;
}
.TagClassName
{
border-color: #FC0313;
}
</style>