Shades of Torch Red #FF010C
Tints of Torch Red #FF010C
RGB
CMYK
RGB Variations
Color information
#FF010C (or 0xFF010C) is known color: Torch Red. HEX triplet: FF, 01 and 0C. RGB value is (255,1,12). Sum of RGB (Red+Green+Blue) = 255+1+12=268 (35% of max value = 765). Red value is 255 (100% from 255 or 95.15% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 12 (5.08% from 255 or 4.48% from 268); Max value from RGB is 255 - color contains mainly: red. Hex color #FF010C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF010C is #00FEF3. Grayscale: #4E4E4E. Windows color (decimal): -65268 or 786943. OLE color: 786943.
HSL color Cylindrical-coordinate representation of color #FF010C: hue angle of 357.4º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF010C is Cyan = 0, Magento = 1.00, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 12 | - |
| CMYK | 0 | 1.00 | 0.95 | 0 |
| HSL | 357.4º | 1% | 0.5% | - |
| HSV(B) | 357.4º | 1% | 1% | - |
| XYZ | 41.32 | 21.31 | 2.28 | - |
| YUV | 78.2 | 90.65 | 254.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 12 | 0 | 1.00 | 0.95 | 0 | 357.4 | 1 | 0.5 |
| Hex | FF | 1 | C | 0 | 64 | 5F | 0 | 165 | 64 | 32 |
| Octal | 377 | 1 | 14 | 0 | 144 | 137 | 0 | 545 | 144 | 62 |
| Binary | 11111111 | 1 | 1100 | 0 | 1100100 | 1011111 | 0 | 101100101 | 1100100 | 110010 |
Color Harmonies of #FF010C
Complementary color
Monochromatic Colors of #FF010C
Black with #FF010C
Text Example
Text Example
White with #FF010C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF010C; }
p { color: rgb(255,1,12); }
H1.HeaderClassName
{
color: #FF010C;
}
.AnyTagClassName
{
color: #FF010C;
}
</style>
background-color css
<style>
a { background-color: #FF010C; }
a { background-color: rgb(255,1,12); }
div.DivClassName
{
background-color: #FF010C;
}
.BgClassName
{
background-color: #FF010C;
}
</style>
border-color css
<style>
span { border-color: #FF010C; }
span { border-color: rgb(255,1,12); }
td.TdClassName
{
border-color: #FF010C;
}
.TagClassName
{
border-color: #FF010C;
}
</style>