Shades of Torch Red #FC0018
Tints of Torch Red #FC0018
RGB
CMYK
RGB Variations
Color information
#FC0018 (or 0xFC0018) is known color: Torch Red. HEX triplet: FC, 00 and 18. RGB value is (252,0,24). Sum of RGB (Red+Green+Blue) = 252+0+24=276 (36% of max value = 765). Red value is 252 (98.83% from 255 or 91.30% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 24 (9.77% from 255 or 8.70% from 276); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0018 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0018 is #03FFE7. Grayscale: #4E4E4E. Windows color (decimal): -262120 or 1573116. OLE color: 1573116.
HSL color Cylindrical-coordinate representation of color #FC0018: hue angle of 354.29º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC0018 is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 24 | - |
| CMYK | 0 | 1 | 0.90 | 0.01 |
| HSL | 354.29º | 1% | 0.49% | - |
| HSV(B) | 354.29º | 1% | 0.99% | - |
| XYZ | 40.31 | 20.76 | 2.75 | - |
| YUV | 78.08 | 97.49 | 252.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 24 | 0 | 1 | 0.90 | 0.01 | 354.29 | 1 | 0.49 |
| Hex | FC | 0 | 18 | 0 | 64 | 5A | 1 | 162 | 64 | 31 |
| Octal | 374 | 0 | 30 | 0 | 144 | 132 | 1 | 542 | 144 | 61 |
| Binary | 11111100 | 0 | 11000 | 0 | 1100100 | 1011010 | 1 | 101100010 | 1100100 | 110001 |
Color Harmonies of #FC0018
Complementary color
Monochromatic Colors of #FC0018
Black with #FC0018
Text Example
Text Example
White with #FC0018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0018; }
p { color: rgb(252,0,24); }
H1.HeaderClassName
{
color: #FC0018;
}
.AnyTagClassName
{
color: #FC0018;
}
</style>
background-color css
<style>
a { background-color: #FC0018; }
a { background-color: rgb(252,0,24); }
div.DivClassName
{
background-color: #FC0018;
}
.BgClassName
{
background-color: #FC0018;
}
</style>
border-color css
<style>
span { border-color: #FC0018; }
span { border-color: rgb(252,0,24); }
td.TdClassName
{
border-color: #FC0018;
}
.TagClassName
{
border-color: #FC0018;
}
</style>