Shades of Torch Red #FC1619
Tints of Torch Red #FC1619
RGB
CMYK
RGB Variations
Color information
#FC1619 (or 0xFC1619) is known color: Torch Red. HEX triplet: FC, 16 and 19. RGB value is (252,22,25). Sum of RGB (Red+Green+Blue) = 252+22+25=299 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84.28% from 299); Green value is 22 (8.98% from 255 or 7.36% from 299); Blue value is 25 (10.16% from 255 or 8.36% from 299); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1619 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1619 is #03E9E6. Grayscale: #5B5B5B. Windows color (decimal): -256487 or 1644284. OLE color: 1644284.
HSL color Cylindrical-coordinate representation of color #FC1619: hue angle of 359.22º 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 #FC1619 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 22 | 25 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.01 |
| HSL | 359.22º | 0.97% | 0.54% | - |
| HSV(B) | 359.22º | 0.91% | 0.99% | - |
| XYZ | 40.61 | 21.34 | 2.9 | - |
| YUV | 91.11 | 90.7 | 242.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 22 | 25 | 0 | 0.91 | 0.90 | 0.01 | 359.22 | 0.97 | 0.54 |
| Hex | FC | 16 | 19 | 0 | 5B | 5A | 1 | 167 | 61 | 36 |
| Octal | 374 | 26 | 31 | 0 | 133 | 132 | 1 | 547 | 141 | 66 |
| Binary | 11111100 | 10110 | 11001 | 0 | 1011011 | 1011010 | 1 | 101100111 | 1100001 | 110110 |
Color Harmonies of #FC1619
Complementary color
Monochromatic Colors of #FC1619
Black with #FC1619
Text Example
Text Example
White with #FC1619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1619; }
p { color: rgb(252,22,25); }
H1.HeaderClassName
{
color: #FC1619;
}
.AnyTagClassName
{
color: #FC1619;
}
</style>
background-color css
<style>
a { background-color: #FC1619; }
a { background-color: rgb(252,22,25); }
div.DivClassName
{
background-color: #FC1619;
}
.BgClassName
{
background-color: #FC1619;
}
</style>
border-color css
<style>
span { border-color: #FC1619; }
span { border-color: rgb(252,22,25); }
td.TdClassName
{
border-color: #FC1619;
}
.TagClassName
{
border-color: #FC1619;
}
</style>