Shades of Torch Red #FC0311
Tints of Torch Red #FC0311
RGB
CMYK
RGB Variations
Color information
#FC0311 (or 0xFC0311) is known color: Torch Red. HEX triplet: FC, 03 and 11. RGB value is (252,3,17). Sum of RGB (Red+Green+Blue) = 252+3+17=272 (36% of max value = 765). Red value is 252 (98.83% from 255 or 92.65% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 17 (7.03% from 255 or 6.25% from 272); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0311 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0311 is #03FCEE. Grayscale: #4F4F4F. Windows color (decimal): -261359 or 1115132. OLE color: 1115132.
HSL color Cylindrical-coordinate representation of color #FC0311: hue angle of 356.63º 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 #FC0311 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 3 | 17 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.01 |
| HSL | 356.63º | 0.98% | 0.5% | - |
| HSV(B) | 356.63º | 0.99% | 0.99% | - |
| XYZ | 40.28 | 20.8 | 2.42 | - |
| YUV | 79.05 | 92.99 | 251.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 3 | 17 | 0 | 0.99 | 0.93 | 0.01 | 356.63 | 0.98 | 0.5 |
| Hex | FC | 3 | 11 | 0 | 63 | 5D | 1 | 165 | 62 | 32 |
| Octal | 374 | 3 | 21 | 0 | 143 | 135 | 1 | 545 | 142 | 62 |
| Binary | 11111100 | 11 | 10001 | 0 | 1100011 | 1011101 | 1 | 101100101 | 1100010 | 110010 |
Color Harmonies of #FC0311
Complementary color
Monochromatic Colors of #FC0311
Black with #FC0311
Text Example
Text Example
White with #FC0311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0311; }
p { color: rgb(252,3,17); }
H1.HeaderClassName
{
color: #FC0311;
}
.AnyTagClassName
{
color: #FC0311;
}
</style>
background-color css
<style>
a { background-color: #FC0311; }
a { background-color: rgb(252,3,17); }
div.DivClassName
{
background-color: #FC0311;
}
.BgClassName
{
background-color: #FC0311;
}
</style>
border-color css
<style>
span { border-color: #FC0311; }
span { border-color: rgb(252,3,17); }
td.TdClassName
{
border-color: #FC0311;
}
.TagClassName
{
border-color: #FC0311;
}
</style>