Shades of Torch Red #FC0419
Tints of Torch Red #FC0419
RGB
CMYK
RGB Variations
Color information
#FC0419 (or 0xFC0419) is known color: Torch Red. HEX triplet: FC, 04 and 19. RGB value is (252,4,25). Sum of RGB (Red+Green+Blue) = 252+4+25=281 (37% of max value = 765). Red value is 252 (98.83% from 255 or 89.68% from 281); Green value is 4 (1.95% from 255 or 1.42% from 281); Blue value is 25 (10.16% from 255 or 8.90% from 281); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0419 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0419 is #03FBE6. Grayscale: #505050. Windows color (decimal): -261095 or 1639676. OLE color: 1639676.
HSL color Cylindrical-coordinate representation of color #FC0419: hue angle of 354.92º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC0419 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 4 | 25 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.01 |
| HSL | 354.92º | 0.98% | 0.5% | - |
| HSV(B) | 354.92º | 0.98% | 0.99% | - |
| XYZ | 40.36 | 20.85 | 2.82 | - |
| YUV | 80.55 | 96.66 | 250.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 4 | 25 | 0 | 0.98 | 0.90 | 0.01 | 354.92 | 0.98 | 0.5 |
| Hex | FC | 4 | 19 | 0 | 62 | 5A | 1 | 163 | 62 | 32 |
| Octal | 374 | 4 | 31 | 0 | 142 | 132 | 1 | 543 | 142 | 62 |
| Binary | 11111100 | 100 | 11001 | 0 | 1100010 | 1011010 | 1 | 101100011 | 1100010 | 110010 |
Color Harmonies of #FC0419
Complementary color
Monochromatic Colors of #FC0419
Black with #FC0419
Text Example
Text Example
White with #FC0419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0419; }
p { color: rgb(252,4,25); }
H1.HeaderClassName
{
color: #FC0419;
}
.AnyTagClassName
{
color: #FC0419;
}
</style>
background-color css
<style>
a { background-color: #FC0419; }
a { background-color: rgb(252,4,25); }
div.DivClassName
{
background-color: #FC0419;
}
.BgClassName
{
background-color: #FC0419;
}
</style>
border-color css
<style>
span { border-color: #FC0419; }
span { border-color: rgb(252,4,25); }
td.TdClassName
{
border-color: #FC0419;
}
.TagClassName
{
border-color: #FC0419;
}
</style>