Shades of Torch Red #FC0513
Tints of Torch Red #FC0513
RGB
CMYK
RGB Variations
Color information
#FC0513 (or 0xFC0513) is known color: Torch Red. HEX triplet: FC, 05 and 13. RGB value is (252,5,19). Sum of RGB (Red+Green+Blue) = 252+5+19=276 (36% of max value = 765). Red value is 252 (98.83% from 255 or 91.30% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 19 (7.81% from 255 or 6.88% from 276); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0513 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0513 is #03FAEC. Grayscale: #505050. Windows color (decimal): -260845 or 1246716. OLE color: 1246716.
HSL color Cylindrical-coordinate representation of color #FC0513: hue angle of 356.6º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC0513 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 5 | 19 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.01 |
| HSL | 356.6º | 0.98% | 0.5% | - |
| HSV(B) | 356.6º | 0.98% | 0.99% | - |
| XYZ | 40.32 | 20.85 | 2.52 | - |
| YUV | 80.45 | 93.33 | 250.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 5 | 19 | 0 | 0.98 | 0.92 | 0.01 | 356.6 | 0.98 | 0.5 |
| Hex | FC | 5 | 13 | 0 | 62 | 5C | 1 | 165 | 62 | 32 |
| Octal | 374 | 5 | 23 | 0 | 142 | 134 | 1 | 545 | 142 | 62 |
| Binary | 11111100 | 101 | 10011 | 0 | 1100010 | 1011100 | 1 | 101100101 | 1100010 | 110010 |
Color Harmonies of #FC0513
Complementary color
Monochromatic Colors of #FC0513
Black with #FC0513
Text Example
Text Example
White with #FC0513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0513; }
p { color: rgb(252,5,19); }
H1.HeaderClassName
{
color: #FC0513;
}
.AnyTagClassName
{
color: #FC0513;
}
</style>
background-color css
<style>
a { background-color: #FC0513; }
a { background-color: rgb(252,5,19); }
div.DivClassName
{
background-color: #FC0513;
}
.BgClassName
{
background-color: #FC0513;
}
</style>
border-color css
<style>
span { border-color: #FC0513; }
span { border-color: rgb(252,5,19); }
td.TdClassName
{
border-color: #FC0513;
}
.TagClassName
{
border-color: #FC0513;
}
</style>