Shades of Torch Red #FF0712
Tints of Torch Red #FF0712
RGB
CMYK
RGB Variations
Color information
#FF0712 (or 0xFF0712) is known color: Torch Red. HEX triplet: FF, 07 and 12. RGB value is (255,7,18). Sum of RGB (Red+Green+Blue) = 255+7+18=280 (37% of max value = 765). Red value is 255 (100% from 255 or 91.07% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 18 (7.42% from 255 or 6.43% from 280); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0712 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0712 is #00F8ED. Grayscale: #525252. Windows color (decimal): -63726 or 1181695. OLE color: 1181695.
HSL color Cylindrical-coordinate representation of color #FF0712: hue angle of 357.34º 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 #FF0712 is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 18 | - |
| CMYK | 0 | 0.97 | 0.93 | 0 |
| HSL | 357.34º | 1% | 0.51% | - |
| HSV(B) | 357.34º | 0.97% | 1% | - |
| XYZ | 41.43 | 21.46 | 2.53 | - |
| YUV | 82.41 | 91.66 | 251.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 18 | 0 | 0.97 | 0.93 | 0 | 357.34 | 1 | 0.51 |
| Hex | FF | 7 | 12 | 0 | 61 | 5D | 0 | 165 | 64 | 33 |
| Octal | 377 | 7 | 22 | 0 | 141 | 135 | 0 | 545 | 144 | 63 |
| Binary | 11111111 | 111 | 10010 | 0 | 1100001 | 1011101 | 0 | 101100101 | 1100100 | 110011 |
Color Harmonies of #FF0712
Complementary color
Monochromatic Colors of #FF0712
Black with #FF0712
Text Example
Text Example
White with #FF0712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0712; }
p { color: rgb(255,7,18); }
H1.HeaderClassName
{
color: #FF0712;
}
.AnyTagClassName
{
color: #FF0712;
}
</style>
background-color css
<style>
a { background-color: #FF0712; }
a { background-color: rgb(255,7,18); }
div.DivClassName
{
background-color: #FF0712;
}
.BgClassName
{
background-color: #FF0712;
}
</style>
border-color css
<style>
span { border-color: #FF0712; }
span { border-color: rgb(255,7,18); }
td.TdClassName
{
border-color: #FF0712;
}
.TagClassName
{
border-color: #FF0712;
}
</style>