Shades of Torch Red #FC1719
Tints of Torch Red #FC1719
RGB
CMYK
RGB Variations
Color information
#FC1719 (or 0xFC1719) is known color: Torch Red. HEX triplet: FC, 17 and 19. RGB value is (252,23,25). Sum of RGB (Red+Green+Blue) = 252+23+25=300 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84% from 300); Green value is 23 (9.38% from 255 or 7.67% from 300); Blue value is 25 (10.16% from 255 or 8.33% from 300); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1719 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1719 is #03E8E6. Grayscale: #5B5B5B. Windows color (decimal): -256231 or 1644540. OLE color: 1644540.
HSL color Cylindrical-coordinate representation of color #FC1719: hue angle of 359.48º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC1719 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 23 | 25 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.01 |
| HSL | 359.48º | 0.97% | 0.54% | - |
| HSV(B) | 359.48º | 0.91% | 0.99% | - |
| XYZ | 40.63 | 21.38 | 2.9 | - |
| YUV | 91.7 | 90.37 | 242.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 23 | 25 | 0 | 0.91 | 0.90 | 0.01 | 359.48 | 0.97 | 0.54 |
| Hex | FC | 17 | 19 | 0 | 5B | 5A | 1 | 167 | 61 | 36 |
| Octal | 374 | 27 | 31 | 0 | 133 | 132 | 1 | 547 | 141 | 66 |
| Binary | 11111100 | 10111 | 11001 | 0 | 1011011 | 1011010 | 1 | 101100111 | 1100001 | 110110 |
Color Harmonies of #FC1719
Complementary color
Monochromatic Colors of #FC1719
Black with #FC1719
Text Example
Text Example
White with #FC1719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1719; }
p { color: rgb(252,23,25); }
H1.HeaderClassName
{
color: #FC1719;
}
.AnyTagClassName
{
color: #FC1719;
}
</style>
background-color css
<style>
a { background-color: #FC1719; }
a { background-color: rgb(252,23,25); }
div.DivClassName
{
background-color: #FC1719;
}
.BgClassName
{
background-color: #FC1719;
}
</style>
border-color css
<style>
span { border-color: #FC1719; }
span { border-color: rgb(252,23,25); }
td.TdClassName
{
border-color: #FC1719;
}
.TagClassName
{
border-color: #FC1719;
}
</style>