Shades of Torch Red #FF070D
Tints of Torch Red #FF070D
RGB
CMYK
RGB Variations
Color information
#FF070D (or 0xFF070D) is known color: Torch Red. HEX triplet: FF, 07 and 0D. RGB value is (255,7,13). Sum of RGB (Red+Green+Blue) = 255+7+13=275 (36% of max value = 765). Red value is 255 (100% from 255 or 92.73% from 275); Green value is 7 (3.12% from 255 or 2.55% from 275); Blue value is 13 (5.47% from 255 or 4.73% from 275); Max value from RGB is 255 - color contains mainly: red. Hex color #FF070D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF070D is #00F8F2. Grayscale: #525252. Windows color (decimal): -63731 or 854015. OLE color: 854015.
HSL color Cylindrical-coordinate representation of color #FF070D: hue angle of 358.55º 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 #FF070D is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 13 | - |
| CMYK | 0 | 0.97 | 0.95 | 0 |
| HSL | 358.55º | 1% | 0.51% | - |
| HSV(B) | 358.55º | 0.97% | 1% | - |
| XYZ | 41.39 | 21.44 | 2.34 | - |
| YUV | 81.84 | 89.16 | 251.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 13 | 0 | 0.97 | 0.95 | 0 | 358.55 | 1 | 0.51 |
| Hex | FF | 7 | D | 0 | 61 | 5F | 0 | 167 | 64 | 33 |
| Octal | 377 | 7 | 15 | 0 | 141 | 137 | 0 | 547 | 144 | 63 |
| Binary | 11111111 | 111 | 1101 | 0 | 1100001 | 1011111 | 0 | 101100111 | 1100100 | 110011 |
Color Harmonies of #FF070D
Complementary color
Monochromatic Colors of #FF070D
Black with #FF070D
Text Example
Text Example
White with #FF070D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF070D; }
p { color: rgb(255,7,13); }
H1.HeaderClassName
{
color: #FF070D;
}
.AnyTagClassName
{
color: #FF070D;
}
</style>
background-color css
<style>
a { background-color: #FF070D; }
a { background-color: rgb(255,7,13); }
div.DivClassName
{
background-color: #FF070D;
}
.BgClassName
{
background-color: #FF070D;
}
</style>
border-color css
<style>
span { border-color: #FF070D; }
span { border-color: rgb(255,7,13); }
td.TdClassName
{
border-color: #FF070D;
}
.TagClassName
{
border-color: #FF070D;
}
</style>