Shades of Torch Red #FC1219
Tints of Torch Red #FC1219
RGB
CMYK
RGB Variations
Color information
#FC1219 (or 0xFC1219) is known color: Torch Red. HEX triplet: FC, 12 and 19. RGB value is (252,18,25). Sum of RGB (Red+Green+Blue) = 252+18+25=295 (39% of max value = 765). Red value is 252 (98.83% from 255 or 85.42% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 25 (10.16% from 255 or 8.47% from 295); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1219 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1219 is #03EDE6. Grayscale: #585858. Windows color (decimal): -257511 or 1643260. OLE color: 1643260.
HSL color Cylindrical-coordinate representation of color #FC1219: hue angle of 358.21º 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 #FC1219 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 18 | 25 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.01 |
| HSL | 358.21º | 0.98% | 0.53% | - |
| HSV(B) | 358.21º | 0.93% | 0.99% | - |
| XYZ | 40.54 | 21.2 | 2.87 | - |
| YUV | 88.76 | 92.02 | 244.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 18 | 25 | 0 | 0.93 | 0.90 | 0.01 | 358.21 | 0.98 | 0.53 |
| Hex | FC | 12 | 19 | 0 | 5D | 5A | 1 | 166 | 62 | 35 |
| Octal | 374 | 22 | 31 | 0 | 135 | 132 | 1 | 546 | 142 | 65 |
| Binary | 11111100 | 10010 | 11001 | 0 | 1011101 | 1011010 | 1 | 101100110 | 1100010 | 110101 |
Color Harmonies of #FC1219
Complementary color
Monochromatic Colors of #FC1219
Black with #FC1219
Text Example
Text Example
White with #FC1219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1219; }
p { color: rgb(252,18,25); }
H1.HeaderClassName
{
color: #FC1219;
}
.AnyTagClassName
{
color: #FC1219;
}
</style>
background-color css
<style>
a { background-color: #FC1219; }
a { background-color: rgb(252,18,25); }
div.DivClassName
{
background-color: #FC1219;
}
.BgClassName
{
background-color: #FC1219;
}
</style>
border-color css
<style>
span { border-color: #FC1219; }
span { border-color: rgb(252,18,25); }
td.TdClassName
{
border-color: #FC1219;
}
.TagClassName
{
border-color: #FC1219;
}
</style>