Shades of Torch Red #FC0519
Tints of Torch Red #FC0519
RGB
CMYK
RGB Variations
Color information
#FC0519 (or 0xFC0519) is known color: Torch Red. HEX triplet: FC, 05 and 19. RGB value is (252,5,25). Sum of RGB (Red+Green+Blue) = 252+5+25=282 (37% of max value = 765). Red value is 252 (98.83% from 255 or 89.36% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 25 (10.16% from 255 or 8.87% from 282); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0519 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0519 is #03FAE6. Grayscale: #515151. Windows color (decimal): -260839 or 1639932. OLE color: 1639932.
HSL color Cylindrical-coordinate representation of color #FC0519: hue angle of 355.14º 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 #FC0519 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 5 | 25 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.01 |
| HSL | 355.14º | 0.98% | 0.5% | - |
| HSV(B) | 355.14º | 0.98% | 0.99% | - |
| XYZ | 40.37 | 20.87 | 2.82 | - |
| YUV | 81.13 | 96.33 | 249.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 5 | 25 | 0 | 0.98 | 0.90 | 0.01 | 355.14 | 0.98 | 0.5 |
| Hex | FC | 5 | 19 | 0 | 62 | 5A | 1 | 163 | 62 | 32 |
| Octal | 374 | 5 | 31 | 0 | 142 | 132 | 1 | 543 | 142 | 62 |
| Binary | 11111100 | 101 | 11001 | 0 | 1100010 | 1011010 | 1 | 101100011 | 1100010 | 110010 |
Color Harmonies of #FC0519
Complementary color
Monochromatic Colors of #FC0519
Black with #FC0519
Text Example
Text Example
White with #FC0519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0519; }
p { color: rgb(252,5,25); }
H1.HeaderClassName
{
color: #FC0519;
}
.AnyTagClassName
{
color: #FC0519;
}
</style>
background-color css
<style>
a { background-color: #FC0519; }
a { background-color: rgb(252,5,25); }
div.DivClassName
{
background-color: #FC0519;
}
.BgClassName
{
background-color: #FC0519;
}
</style>
border-color css
<style>
span { border-color: #FC0519; }
span { border-color: rgb(252,5,25); }
td.TdClassName
{
border-color: #FC0519;
}
.TagClassName
{
border-color: #FC0519;
}
</style>