Shades of Torch Red #FF070C
Tints of Torch Red #FF070C
RGB
CMYK
RGB Variations
Color information
#FF070C (or 0xFF070C) is known color: Torch Red. HEX triplet: FF, 07 and 0C. RGB value is (255,7,12). Sum of RGB (Red+Green+Blue) = 255+7+12=274 (36% of max value = 765). Red value is 255 (100% from 255 or 93.07% from 274); Green value is 7 (3.12% from 255 or 2.55% from 274); Blue value is 12 (5.08% from 255 or 4.38% from 274); Max value from RGB is 255 - color contains mainly: red. Hex color #FF070C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF070C is #00F8F3. Grayscale: #515151. Windows color (decimal): -63732 or 788479. OLE color: 788479.
HSL color Cylindrical-coordinate representation of color #FF070C: hue angle of 358.79º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF070C is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 12 | - |
| CMYK | 0 | 0.97 | 0.95 | 0 |
| HSL | 358.79º | 1% | 0.51% | - |
| HSV(B) | 358.79º | 0.97% | 1% | - |
| XYZ | 41.38 | 21.44 | 2.3 | - |
| YUV | 81.72 | 88.66 | 251.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 12 | 0 | 0.97 | 0.95 | 0 | 358.79 | 1 | 0.51 |
| Hex | FF | 7 | C | 0 | 61 | 5F | 0 | 167 | 64 | 33 |
| Octal | 377 | 7 | 14 | 0 | 141 | 137 | 0 | 547 | 144 | 63 |
| Binary | 11111111 | 111 | 1100 | 0 | 1100001 | 1011111 | 0 | 101100111 | 1100100 | 110011 |
Color Harmonies of #FF070C
Complementary color
Monochromatic Colors of #FF070C
Black with #FF070C
Text Example
Text Example
White with #FF070C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF070C; }
p { color: rgb(255,7,12); }
H1.HeaderClassName
{
color: #FF070C;
}
.AnyTagClassName
{
color: #FF070C;
}
</style>
background-color css
<style>
a { background-color: #FF070C; }
a { background-color: rgb(255,7,12); }
div.DivClassName
{
background-color: #FF070C;
}
.BgClassName
{
background-color: #FF070C;
}
</style>
border-color css
<style>
span { border-color: #FF070C; }
span { border-color: rgb(255,7,12); }
td.TdClassName
{
border-color: #FF070C;
}
.TagClassName
{
border-color: #FF070C;
}
</style>