Shades of Torch Red #FC0418
Tints of Torch Red #FC0418
RGB
CMYK
RGB Variations
Color information
#FC0418 (or 0xFC0418) is known color: Torch Red. HEX triplet: FC, 04 and 18. RGB value is (252,4,24). Sum of RGB (Red+Green+Blue) = 252+4+24=280 (37% of max value = 765). Red value is 252 (98.83% from 255 or 90% from 280); Green value is 4 (1.95% from 255 or 1.43% from 280); Blue value is 24 (9.77% from 255 or 8.57% from 280); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0418 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0418 is #03FBE7. Grayscale: #505050. Windows color (decimal): -261096 or 1574140. OLE color: 1574140.
HSL color Cylindrical-coordinate representation of color #FC0418: hue angle of 355.16º 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 #FC0418 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 4 | 24 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.01 |
| HSL | 355.16º | 0.98% | 0.5% | - |
| HSV(B) | 355.16º | 0.98% | 0.99% | - |
| XYZ | 40.35 | 20.85 | 2.76 | - |
| YUV | 80.43 | 96.16 | 250.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 4 | 24 | 0 | 0.98 | 0.90 | 0.01 | 355.16 | 0.98 | 0.5 |
| Hex | FC | 4 | 18 | 0 | 62 | 5A | 1 | 163 | 62 | 32 |
| Octal | 374 | 4 | 30 | 0 | 142 | 132 | 1 | 543 | 142 | 62 |
| Binary | 11111100 | 100 | 11000 | 0 | 1100010 | 1011010 | 1 | 101100011 | 1100010 | 110010 |
Color Harmonies of #FC0418
Complementary color
Monochromatic Colors of #FC0418
Black with #FC0418
Text Example
Text Example
White with #FC0418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0418; }
p { color: rgb(252,4,24); }
H1.HeaderClassName
{
color: #FC0418;
}
.AnyTagClassName
{
color: #FC0418;
}
</style>
background-color css
<style>
a { background-color: #FC0418; }
a { background-color: rgb(252,4,24); }
div.DivClassName
{
background-color: #FC0418;
}
.BgClassName
{
background-color: #FC0418;
}
</style>
border-color css
<style>
span { border-color: #FC0418; }
span { border-color: rgb(252,4,24); }
td.TdClassName
{
border-color: #FC0418;
}
.TagClassName
{
border-color: #FC0418;
}
</style>