Shades of Torch Red #FC1319
Tints of Torch Red #FC1319
RGB
CMYK
RGB Variations
Color information
#FC1319 (or 0xFC1319) is known color: Torch Red. HEX triplet: FC, 13 and 19. RGB value is (252,19,25). Sum of RGB (Red+Green+Blue) = 252+19+25=296 (39% of max value = 765). Red value is 252 (98.83% from 255 or 85.14% from 296); Green value is 19 (7.81% from 255 or 6.42% from 296); Blue value is 25 (10.16% from 255 or 8.45% from 296); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1319 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1319 is #03ECE6. Grayscale: #595959. Windows color (decimal): -257255 or 1643516. OLE color: 1643516.
HSL color Cylindrical-coordinate representation of color #FC1319: hue angle of 358.45º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC1319 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 19 | 25 | - |
| CMYK | 0 | 0.92 | 0.90 | 0.01 |
| HSL | 358.45º | 0.97% | 0.53% | - |
| HSV(B) | 358.45º | 0.92% | 0.99% | - |
| XYZ | 40.55 | 21.23 | 2.88 | - |
| YUV | 89.35 | 91.69 | 244.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 19 | 25 | 0 | 0.92 | 0.90 | 0.01 | 358.45 | 0.97 | 0.53 |
| Hex | FC | 13 | 19 | 0 | 5C | 5A | 1 | 166 | 61 | 35 |
| Octal | 374 | 23 | 31 | 0 | 134 | 132 | 1 | 546 | 141 | 65 |
| Binary | 11111100 | 10011 | 11001 | 0 | 1011100 | 1011010 | 1 | 101100110 | 1100001 | 110101 |
Color Harmonies of #FC1319
Complementary color
Monochromatic Colors of #FC1319
Black with #FC1319
Text Example
Text Example
White with #FC1319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1319; }
p { color: rgb(252,19,25); }
H1.HeaderClassName
{
color: #FC1319;
}
.AnyTagClassName
{
color: #FC1319;
}
</style>
background-color css
<style>
a { background-color: #FC1319; }
a { background-color: rgb(252,19,25); }
div.DivClassName
{
background-color: #FC1319;
}
.BgClassName
{
background-color: #FC1319;
}
</style>
border-color css
<style>
span { border-color: #FC1319; }
span { border-color: rgb(252,19,25); }
td.TdClassName
{
border-color: #FC1319;
}
.TagClassName
{
border-color: #FC1319;
}
</style>