Shades of Torch Red #FF060E
Tints of Torch Red #FF060E
RGB
CMYK
RGB Variations
Color information
#FF060E (or 0xFF060E) is known color: Torch Red. HEX triplet: FF, 06 and 0E. RGB value is (255,6,14). Sum of RGB (Red+Green+Blue) = 255+6+14=275 (36% of max value = 765). Red value is 255 (100% from 255 or 92.73% from 275); Green value is 6 (2.73% from 255 or 2.18% from 275); Blue value is 14 (5.86% from 255 or 5.09% from 275); Max value from RGB is 255 - color contains mainly: red. Hex color #FF060E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF060E is #00F9F1. Grayscale: #515151. Windows color (decimal): -63986 or 919295. OLE color: 919295.
HSL color Cylindrical-coordinate representation of color #FF060E: hue angle of 358.07º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF060E is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 14 | - |
| CMYK | 0 | 0.98 | 0.95 | 0 |
| HSL | 358.07º | 1% | 0.51% | - |
| HSV(B) | 358.07º | 0.98% | 1% | - |
| XYZ | 41.38 | 21.42 | 2.37 | - |
| YUV | 81.36 | 89.99 | 251.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 14 | 0 | 0.98 | 0.95 | 0 | 358.07 | 1 | 0.51 |
| Hex | FF | 6 | E | 0 | 62 | 5F | 0 | 166 | 64 | 33 |
| Octal | 377 | 6 | 16 | 0 | 142 | 137 | 0 | 546 | 144 | 63 |
| Binary | 11111111 | 110 | 1110 | 0 | 1100010 | 1011111 | 0 | 101100110 | 1100100 | 110011 |
Color Harmonies of #FF060E
Complementary color
Monochromatic Colors of #FF060E
Black with #FF060E
Text Example
Text Example
White with #FF060E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF060E; }
p { color: rgb(255,6,14); }
H1.HeaderClassName
{
color: #FF060E;
}
.AnyTagClassName
{
color: #FF060E;
}
</style>
background-color css
<style>
a { background-color: #FF060E; }
a { background-color: rgb(255,6,14); }
div.DivClassName
{
background-color: #FF060E;
}
.BgClassName
{
background-color: #FF060E;
}
</style>
border-color css
<style>
span { border-color: #FF060E; }
span { border-color: rgb(255,6,14); }
td.TdClassName
{
border-color: #FF060E;
}
.TagClassName
{
border-color: #FF060E;
}
</style>