Shades of Torch Red #FC0719
Tints of Torch Red #FC0719
RGB
CMYK
RGB Variations
Color information
#FC0719 (or 0xFC0719) is known color: Torch Red. HEX triplet: FC, 07 and 19. RGB value is (252,7,25). Sum of RGB (Red+Green+Blue) = 252+7+25=284 (37% of max value = 765). Red value is 252 (98.83% from 255 or 88.73% from 284); Green value is 7 (3.12% from 255 or 2.46% from 284); Blue value is 25 (10.16% from 255 or 8.80% from 284); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0719 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0719 is #03F8E6. Grayscale: #525252. Windows color (decimal): -260327 or 1640444. OLE color: 1640444.
HSL color Cylindrical-coordinate representation of color #FC0719: hue angle of 355.59º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FC0719 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 7 | 25 | - |
| CMYK | 0 | 0.97 | 0.90 | 0.01 |
| HSL | 355.59º | 0.98% | 0.51% | - |
| HSV(B) | 355.59º | 0.97% | 0.99% | - |
| XYZ | 40.4 | 20.92 | 2.83 | - |
| YUV | 82.31 | 95.67 | 249.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 7 | 25 | 0 | 0.97 | 0.90 | 0.01 | 355.59 | 0.98 | 0.51 |
| Hex | FC | 7 | 19 | 0 | 61 | 5A | 1 | 164 | 62 | 33 |
| Octal | 374 | 7 | 31 | 0 | 141 | 132 | 1 | 544 | 142 | 63 |
| Binary | 11111100 | 111 | 11001 | 0 | 1100001 | 1011010 | 1 | 101100100 | 1100010 | 110011 |
Color Harmonies of #FC0719
Complementary color
Monochromatic Colors of #FC0719
Black with #FC0719
Text Example
Text Example
White with #FC0719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0719; }
p { color: rgb(252,7,25); }
H1.HeaderClassName
{
color: #FC0719;
}
.AnyTagClassName
{
color: #FC0719;
}
</style>
background-color css
<style>
a { background-color: #FC0719; }
a { background-color: rgb(252,7,25); }
div.DivClassName
{
background-color: #FC0719;
}
.BgClassName
{
background-color: #FC0719;
}
</style>
border-color css
<style>
span { border-color: #FC0719; }
span { border-color: rgb(252,7,25); }
td.TdClassName
{
border-color: #FC0719;
}
.TagClassName
{
border-color: #FC0719;
}
</style>