Shades of Torch Red #FC010D
Tints of Torch Red #FC010D
RGB
CMYK
RGB Variations
Color information
#FC010D (or 0xFC010D) is known color: Torch Red. HEX triplet: FC, 01 and 0D. RGB value is (252,1,13). Sum of RGB (Red+Green+Blue) = 252+1+13=266 (35% of max value = 765). Red value is 252 (98.83% from 255 or 94.74% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 13 (5.47% from 255 or 4.89% from 266); Max value from RGB is 252 - color contains mainly: red. Hex color #FC010D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC010D is #03FEF2. Grayscale: #4D4D4D. Windows color (decimal): -261875 or 852476. OLE color: 852476.
HSL color Cylindrical-coordinate representation of color #FC010D: hue angle of 357.13º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC010D is Cyan = 0, Magento = 1.00, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 13 | - |
| CMYK | 0 | 1.00 | 0.95 | 0.01 |
| HSL | 357.13º | 0.99% | 0.5% | - |
| HSV(B) | 357.13º | 1% | 0.99% | - |
| XYZ | 40.23 | 20.75 | 2.26 | - |
| YUV | 77.42 | 91.66 | 252.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 13 | 0 | 1.00 | 0.95 | 0.01 | 357.13 | 0.99 | 0.5 |
| Hex | FC | 1 | D | 0 | 64 | 5F | 1 | 165 | 63 | 32 |
| Octal | 374 | 1 | 15 | 0 | 144 | 137 | 1 | 545 | 143 | 62 |
| Binary | 11111100 | 1 | 1101 | 0 | 1100100 | 1011111 | 1 | 101100101 | 1100011 | 110010 |
Color Harmonies of #FC010D
Complementary color
Monochromatic Colors of #FC010D
Black with #FC010D
Text Example
Text Example
White with #FC010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC010D; }
p { color: rgb(252,1,13); }
H1.HeaderClassName
{
color: #FC010D;
}
.AnyTagClassName
{
color: #FC010D;
}
</style>
background-color css
<style>
a { background-color: #FC010D; }
a { background-color: rgb(252,1,13); }
div.DivClassName
{
background-color: #FC010D;
}
.BgClassName
{
background-color: #FC010D;
}
</style>
border-color css
<style>
span { border-color: #FC010D; }
span { border-color: rgb(252,1,13); }
td.TdClassName
{
border-color: #FC010D;
}
.TagClassName
{
border-color: #FC010D;
}
</style>