Shades of Torch Red #FF062E
Tints of Torch Red #FF062E
RGB
CMYK
RGB Variations
Color information
#FF062E (or 0xFF062E) is known color: Torch Red. HEX triplet: FF, 06 and 2E. RGB value is (255,6,46). Sum of RGB (Red+Green+Blue) = 255+6+46=307 (40% of max value = 765). Red value is 255 (100% from 255 or 83.06% from 307); Green value is 6 (2.73% from 255 or 1.95% from 307); Blue value is 46 (18.36% from 255 or 14.98% from 307); Max value from RGB is 255 - color contains mainly: red. Hex color #FF062E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF062E is #00F9D1. Grayscale: #555555. Windows color (decimal): -63954 or 3016447. OLE color: 3016447.
HSL color Cylindrical-coordinate representation of color #FF062E: hue angle of 350.36º 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 #FF062E is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 46 | - |
| CMYK | 0 | 0.98 | 0.82 | 0 |
| HSL | 350.36º | 1% | 0.51% | - |
| HSV(B) | 350.36º | 0.98% | 1% | - |
| XYZ | 41.8 | 21.59 | 4.55 | - |
| YUV | 85.01 | 105.99 | 249.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 46 | 0 | 0.98 | 0.82 | 0 | 350.36 | 1 | 0.51 |
| Hex | FF | 6 | 2E | 0 | 62 | 52 | 0 | 15E | 64 | 33 |
| Octal | 377 | 6 | 56 | 0 | 142 | 122 | 0 | 536 | 144 | 63 |
| Binary | 11111111 | 110 | 101110 | 0 | 1100010 | 1010010 | 0 | 101011110 | 1100100 | 110011 |
Color Harmonies of #FF062E
Complementary color
Monochromatic Colors of #FF062E
Black with #FF062E
Text Example
Text Example
White with #FF062E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF062E; }
p { color: rgb(255,6,46); }
H1.HeaderClassName
{
color: #FF062E;
}
.AnyTagClassName
{
color: #FF062E;
}
</style>
background-color css
<style>
a { background-color: #FF062E; }
a { background-color: rgb(255,6,46); }
div.DivClassName
{
background-color: #FF062E;
}
.BgClassName
{
background-color: #FF062E;
}
</style>
border-color css
<style>
span { border-color: #FF062E; }
span { border-color: rgb(255,6,46); }
td.TdClassName
{
border-color: #FF062E;
}
.TagClassName
{
border-color: #FF062E;
}
</style>