Shades of Torch Red #FF061B
Tints of Torch Red #FF061B
RGB
CMYK
RGB Variations
Color information
#FF061B (or 0xFF061B) is known color: Torch Red. HEX triplet: FF, 06 and 1B. RGB value is (255,6,27). Sum of RGB (Red+Green+Blue) = 255+6+27=288 (38% of max value = 765). Red value is 255 (100% from 255 or 88.54% from 288); Green value is 6 (2.73% from 255 or 2.08% from 288); Blue value is 27 (10.94% from 255 or 9.38% from 288); Max value from RGB is 255 - color contains mainly: red. Hex color #FF061B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF061B is #00F9E4. Grayscale: #535353. Windows color (decimal): -63973 or 1771263. OLE color: 1771263.
HSL color Cylindrical-coordinate representation of color #FF061B: hue angle of 354.94º 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 #FF061B is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 27 | - |
| CMYK | 0 | 0.98 | 0.89 | 0 |
| HSL | 354.94º | 1% | 0.51% | - |
| HSV(B) | 354.94º | 0.98% | 1% | - |
| XYZ | 41.5 | 21.47 | 2.99 | - |
| YUV | 82.85 | 96.49 | 250.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 27 | 0 | 0.98 | 0.89 | 0 | 354.94 | 1 | 0.51 |
| Hex | FF | 6 | 1B | 0 | 62 | 59 | 0 | 163 | 64 | 33 |
| Octal | 377 | 6 | 33 | 0 | 142 | 131 | 0 | 543 | 144 | 63 |
| Binary | 11111111 | 110 | 11011 | 0 | 1100010 | 1011001 | 0 | 101100011 | 1100100 | 110011 |
Color Harmonies of #FF061B
Complementary color
Monochromatic Colors of #FF061B
Black with #FF061B
Text Example
Text Example
White with #FF061B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF061B; }
p { color: rgb(255,6,27); }
H1.HeaderClassName
{
color: #FF061B;
}
.AnyTagClassName
{
color: #FF061B;
}
</style>
background-color css
<style>
a { background-color: #FF061B; }
a { background-color: rgb(255,6,27); }
div.DivClassName
{
background-color: #FF061B;
}
.BgClassName
{
background-color: #FF061B;
}
</style>
border-color css
<style>
span { border-color: #FF061B; }
span { border-color: rgb(255,6,27); }
td.TdClassName
{
border-color: #FF061B;
}
.TagClassName
{
border-color: #FF061B;
}
</style>