Shades of Torch Red #FC1519
Tints of Torch Red #FC1519
RGB
CMYK
RGB Variations
Color information
#FC1519 (or 0xFC1519) is known color: Torch Red. HEX triplet: FC, 15 and 19. RGB value is (252,21,25). Sum of RGB (Red+Green+Blue) = 252+21+25=298 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84.56% from 298); Green value is 21 (8.59% from 255 or 7.05% from 298); Blue value is 25 (10.16% from 255 or 8.39% from 298); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1519 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1519 is #03EAE6. Grayscale: #5A5A5A. Windows color (decimal): -256743 or 1644028. OLE color: 1644028.
HSL color Cylindrical-coordinate representation of color #FC1519: hue angle of 358.96º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC1519 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 21 | 25 | - |
| CMYK | 0 | 0.92 | 0.90 | 0.01 |
| HSL | 358.96º | 0.97% | 0.54% | - |
| HSV(B) | 358.96º | 0.92% | 0.99% | - |
| XYZ | 40.59 | 21.3 | 2.89 | - |
| YUV | 90.53 | 91.03 | 243.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 21 | 25 | 0 | 0.92 | 0.90 | 0.01 | 358.96 | 0.97 | 0.54 |
| Hex | FC | 15 | 19 | 0 | 5C | 5A | 1 | 167 | 61 | 36 |
| Octal | 374 | 25 | 31 | 0 | 134 | 132 | 1 | 547 | 141 | 66 |
| Binary | 11111100 | 10101 | 11001 | 0 | 1011100 | 1011010 | 1 | 101100111 | 1100001 | 110110 |
Color Harmonies of #FC1519
Complementary color
Monochromatic Colors of #FC1519
Black with #FC1519
Text Example
Text Example
White with #FC1519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1519; }
p { color: rgb(252,21,25); }
H1.HeaderClassName
{
color: #FC1519;
}
.AnyTagClassName
{
color: #FC1519;
}
</style>
background-color css
<style>
a { background-color: #FC1519; }
a { background-color: rgb(252,21,25); }
div.DivClassName
{
background-color: #FC1519;
}
.BgClassName
{
background-color: #FC1519;
}
</style>
border-color css
<style>
span { border-color: #FC1519; }
span { border-color: rgb(252,21,25); }
td.TdClassName
{
border-color: #FC1519;
}
.TagClassName
{
border-color: #FC1519;
}
</style>