Shades of Torch Red #FC1119
Tints of Torch Red #FC1119
RGB
CMYK
RGB Variations
Color information
#FC1119 (or 0xFC1119) is known color: Torch Red. HEX triplet: FC, 11 and 19. RGB value is (252,17,25). Sum of RGB (Red+Green+Blue) = 252+17+25=294 (38% of max value = 765). Red value is 252 (98.83% from 255 or 85.71% from 294); Green value is 17 (7.03% from 255 or 5.78% from 294); Blue value is 25 (10.16% from 255 or 8.50% from 294); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1119 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1119 is #03EEE6. Grayscale: #585858. Windows color (decimal): -257767 or 1643004. OLE color: 1643004.
HSL color Cylindrical-coordinate representation of color #FC1119: hue angle of 357.96º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC1119 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 17 | 25 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.01 |
| HSL | 357.96º | 0.98% | 0.53% | - |
| HSV(B) | 357.96º | 0.93% | 0.99% | - |
| XYZ | 40.52 | 21.17 | 2.87 | - |
| YUV | 88.18 | 92.36 | 244.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 17 | 25 | 0 | 0.93 | 0.90 | 0.01 | 357.96 | 0.98 | 0.53 |
| Hex | FC | 11 | 19 | 0 | 5D | 5A | 1 | 166 | 62 | 35 |
| Octal | 374 | 21 | 31 | 0 | 135 | 132 | 1 | 546 | 142 | 65 |
| Binary | 11111100 | 10001 | 11001 | 0 | 1011101 | 1011010 | 1 | 101100110 | 1100010 | 110101 |
Color Harmonies of #FC1119
Complementary color
Monochromatic Colors of #FC1119
Black with #FC1119
Text Example
Text Example
White with #FC1119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1119; }
p { color: rgb(252,17,25); }
H1.HeaderClassName
{
color: #FC1119;
}
.AnyTagClassName
{
color: #FC1119;
}
</style>
background-color css
<style>
a { background-color: #FC1119; }
a { background-color: rgb(252,17,25); }
div.DivClassName
{
background-color: #FC1119;
}
.BgClassName
{
background-color: #FC1119;
}
</style>
border-color css
<style>
span { border-color: #FC1119; }
span { border-color: rgb(252,17,25); }
td.TdClassName
{
border-color: #FC1119;
}
.TagClassName
{
border-color: #FC1119;
}
</style>