Shades of Torch Red #FC0219
Tints of Torch Red #FC0219
RGB
CMYK
RGB Variations
Color information
#FC0219 (or 0xFC0219) is known color: Torch Red. HEX triplet: FC, 02 and 19. RGB value is (252,2,25). Sum of RGB (Red+Green+Blue) = 252+2+25=279 (36% of max value = 765). Red value is 252 (98.83% from 255 or 90.32% from 279); Green value is 2 (1.17% from 255 or 0.72% from 279); Blue value is 25 (10.16% from 255 or 8.96% from 279); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0219 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0219 is #03FDE6. Grayscale: #4F4F4F. Windows color (decimal): -261607 or 1639164. OLE color: 1639164.
HSL color Cylindrical-coordinate representation of color #FC0219: hue angle of 354.48º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC0219 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 2 | 25 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.01 |
| HSL | 354.48º | 0.98% | 0.5% | - |
| HSV(B) | 354.48º | 0.99% | 0.99% | - |
| XYZ | 40.34 | 20.81 | 2.81 | - |
| YUV | 79.37 | 97.33 | 251.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 2 | 25 | 0 | 0.99 | 0.90 | 0.01 | 354.48 | 0.98 | 0.5 |
| Hex | FC | 2 | 19 | 0 | 63 | 5A | 1 | 162 | 62 | 32 |
| Octal | 374 | 2 | 31 | 0 | 143 | 132 | 1 | 542 | 142 | 62 |
| Binary | 11111100 | 10 | 11001 | 0 | 1100011 | 1011010 | 1 | 101100010 | 1100010 | 110010 |
Color Harmonies of #FC0219
Complementary color
Monochromatic Colors of #FC0219
Black with #FC0219
Text Example
Text Example
White with #FC0219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0219; }
p { color: rgb(252,2,25); }
H1.HeaderClassName
{
color: #FC0219;
}
.AnyTagClassName
{
color: #FC0219;
}
</style>
background-color css
<style>
a { background-color: #FC0219; }
a { background-color: rgb(252,2,25); }
div.DivClassName
{
background-color: #FC0219;
}
.BgClassName
{
background-color: #FC0219;
}
</style>
border-color css
<style>
span { border-color: #FC0219; }
span { border-color: rgb(252,2,25); }
td.TdClassName
{
border-color: #FC0219;
}
.TagClassName
{
border-color: #FC0219;
}
</style>