Shades of Torch Red #FF061E
Tints of Torch Red #FF061E
RGB
CMYK
RGB Variations
Color information
#FF061E (or 0xFF061E) is known color: Torch Red. HEX triplet: FF, 06 and 1E. RGB value is (255,6,30). Sum of RGB (Red+Green+Blue) = 255+6+30=291 (38% of max value = 765). Red value is 255 (100% from 255 or 87.63% from 291); Green value is 6 (2.73% from 255 or 2.06% from 291); Blue value is 30 (12.11% from 255 or 10.31% from 291); Max value from RGB is 255 - color contains mainly: red. Hex color #FF061E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF061E is #00F9E1. Grayscale: #535353. Windows color (decimal): -63970 or 1967871. OLE color: 1967871.
HSL color Cylindrical-coordinate representation of color #FF061E: hue angle of 354.22º 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 #FF061E is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 30 | - |
| CMYK | 0 | 0.98 | 0.88 | 0 |
| HSL | 354.22º | 1% | 0.51% | - |
| HSV(B) | 354.22º | 0.98% | 1% | - |
| XYZ | 41.54 | 21.48 | 3.19 | - |
| YUV | 83.19 | 97.99 | 250.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 30 | 0 | 0.98 | 0.88 | 0 | 354.22 | 1 | 0.51 |
| Hex | FF | 6 | 1E | 0 | 62 | 58 | 0 | 162 | 64 | 33 |
| Octal | 377 | 6 | 36 | 0 | 142 | 130 | 0 | 542 | 144 | 63 |
| Binary | 11111111 | 110 | 11110 | 0 | 1100010 | 1011000 | 0 | 101100010 | 1100100 | 110011 |
Color Harmonies of #FF061E
Complementary color
Monochromatic Colors of #FF061E
Black with #FF061E
Text Example
Text Example
White with #FF061E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF061E; }
p { color: rgb(255,6,30); }
H1.HeaderClassName
{
color: #FF061E;
}
.AnyTagClassName
{
color: #FF061E;
}
</style>
background-color css
<style>
a { background-color: #FF061E; }
a { background-color: rgb(255,6,30); }
div.DivClassName
{
background-color: #FF061E;
}
.BgClassName
{
background-color: #FF061E;
}
</style>
border-color css
<style>
span { border-color: #FF061E; }
span { border-color: rgb(255,6,30); }
td.TdClassName
{
border-color: #FF061E;
}
.TagClassName
{
border-color: #FF061E;
}
</style>