Shades of Torch Red #FF061D
Tints of Torch Red #FF061D
RGB
CMYK
RGB Variations
Color information
#FF061D (or 0xFF061D) is known color: Torch Red. HEX triplet: FF, 06 and 1D. RGB value is (255,6,29). Sum of RGB (Red+Green+Blue) = 255+6+29=290 (38% of max value = 765). Red value is 255 (100% from 255 or 87.93% from 290); Green value is 6 (2.73% from 255 or 2.07% from 290); Blue value is 29 (11.72% from 255 or 10% from 290); Max value from RGB is 255 - color contains mainly: red. Hex color #FF061D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF061D is #00F9E2. Grayscale: #535353. Windows color (decimal): -63971 or 1902335. OLE color: 1902335.
HSL color Cylindrical-coordinate representation of color #FF061D: hue angle of 354.46º 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 #FF061D is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 29 | - |
| CMYK | 0 | 0.98 | 0.89 | 0 |
| HSL | 354.46º | 1% | 0.51% | - |
| HSV(B) | 354.46º | 0.98% | 1% | - |
| XYZ | 41.53 | 21.48 | 3.12 | - |
| YUV | 83.07 | 97.49 | 250.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 29 | 0 | 0.98 | 0.89 | 0 | 354.46 | 1 | 0.51 |
| Hex | FF | 6 | 1D | 0 | 62 | 59 | 0 | 162 | 64 | 33 |
| Octal | 377 | 6 | 35 | 0 | 142 | 131 | 0 | 542 | 144 | 63 |
| Binary | 11111111 | 110 | 11101 | 0 | 1100010 | 1011001 | 0 | 101100010 | 1100100 | 110011 |
Color Harmonies of #FF061D
Complementary color
Monochromatic Colors of #FF061D
Black with #FF061D
Text Example
Text Example
White with #FF061D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF061D; }
p { color: rgb(255,6,29); }
H1.HeaderClassName
{
color: #FF061D;
}
.AnyTagClassName
{
color: #FF061D;
}
</style>
background-color css
<style>
a { background-color: #FF061D; }
a { background-color: rgb(255,6,29); }
div.DivClassName
{
background-color: #FF061D;
}
.BgClassName
{
background-color: #FF061D;
}
</style>
border-color css
<style>
span { border-color: #FF061D; }
span { border-color: rgb(255,6,29); }
td.TdClassName
{
border-color: #FF061D;
}
.TagClassName
{
border-color: #FF061D;
}
</style>