Shades of Torch Red #FC0015
Tints of Torch Red #FC0015
RGB
CMYK
RGB Variations
Color information
#FC0015 (or 0xFC0015) is known color: Torch Red. HEX triplet: FC, 00 and 15. RGB value is (252,0,21). Sum of RGB (Red+Green+Blue) = 252+0+21=273 (36% of max value = 765). Red value is 252 (98.83% from 255 or 92.31% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 21 (8.59% from 255 or 7.69% from 273); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0015 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0015 is #03FFEA. Grayscale: #4D4D4D. Windows color (decimal): -262123 or 1376508. OLE color: 1376508.
HSL color Cylindrical-coordinate representation of color #FC0015: hue angle of 355º 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 #FC0015 is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 21 | - |
| CMYK | 0 | 1 | 0.92 | 0.01 |
| HSL | 355º | 1% | 0.49% | - |
| HSV(B) | 355º | 1% | 0.99% | - |
| XYZ | 40.28 | 20.75 | 2.59 | - |
| YUV | 77.74 | 95.99 | 252.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 21 | 0 | 1 | 0.92 | 0.01 | 355 | 1 | 0.49 |
| Hex | FC | 0 | 15 | 0 | 64 | 5C | 1 | 163 | 64 | 31 |
| Octal | 374 | 0 | 25 | 0 | 144 | 134 | 1 | 543 | 144 | 61 |
| Binary | 11111100 | 0 | 10101 | 0 | 1100100 | 1011100 | 1 | 101100011 | 1100100 | 110001 |
Color Harmonies of #FC0015
Complementary color
Monochromatic Colors of #FC0015
Black with #FC0015
Text Example
Text Example
White with #FC0015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0015; }
p { color: rgb(252,0,21); }
H1.HeaderClassName
{
color: #FC0015;
}
.AnyTagClassName
{
color: #FC0015;
}
</style>
background-color css
<style>
a { background-color: #FC0015; }
a { background-color: rgb(252,0,21); }
div.DivClassName
{
background-color: #FC0015;
}
.BgClassName
{
background-color: #FC0015;
}
</style>
border-color css
<style>
span { border-color: #FC0015; }
span { border-color: rgb(252,0,21); }
td.TdClassName
{
border-color: #FC0015;
}
.TagClassName
{
border-color: #FC0015;
}
</style>