Shades of Torch Red #FF062B
Tints of Torch Red #FF062B
RGB
CMYK
RGB Variations
Color information
#FF062B (or 0xFF062B) is known color: Torch Red. HEX triplet: FF, 06 and 2B. RGB value is (255,6,43). Sum of RGB (Red+Green+Blue) = 255+6+43=304 (40% of max value = 765). Red value is 255 (100% from 255 or 83.88% from 304); Green value is 6 (2.73% from 255 or 1.97% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 255 - color contains mainly: red. Hex color #FF062B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF062B is #00F9D4. Grayscale: #545454. Windows color (decimal): -63957 or 2819839. OLE color: 2819839.
HSL color Cylindrical-coordinate representation of color #FF062B: hue angle of 351.08º 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 #FF062B is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 43 | - |
| CMYK | 0 | 0.98 | 0.83 | 0 |
| HSL | 351.08º | 1% | 0.51% | - |
| HSV(B) | 351.08º | 0.98% | 1% | - |
| XYZ | 41.74 | 21.56 | 4.25 | - |
| YUV | 84.67 | 104.49 | 249.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 43 | 0 | 0.98 | 0.83 | 0 | 351.08 | 1 | 0.51 |
| Hex | FF | 6 | 2B | 0 | 62 | 53 | 0 | 15F | 64 | 33 |
| Octal | 377 | 6 | 53 | 0 | 142 | 123 | 0 | 537 | 144 | 63 |
| Binary | 11111111 | 110 | 101011 | 0 | 1100010 | 1010011 | 0 | 101011111 | 1100100 | 110011 |
Color Harmonies of #FF062B
Complementary color
Monochromatic Colors of #FF062B
Black with #FF062B
Text Example
Text Example
White with #FF062B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF062B; }
p { color: rgb(255,6,43); }
H1.HeaderClassName
{
color: #FF062B;
}
.AnyTagClassName
{
color: #FF062B;
}
</style>
background-color css
<style>
a { background-color: #FF062B; }
a { background-color: rgb(255,6,43); }
div.DivClassName
{
background-color: #FF062B;
}
.BgClassName
{
background-color: #FF062B;
}
</style>
border-color css
<style>
span { border-color: #FF062B; }
span { border-color: rgb(255,6,43); }
td.TdClassName
{
border-color: #FF062B;
}
.TagClassName
{
border-color: #FF062B;
}
</style>