Shades of Torch Red #FF063A
Tints of Torch Red #FF063A
RGB
CMYK
RGB Variations
Color information
#FF063A (or 0xFF063A) is known color: Torch Red. HEX triplet: FF, 06 and 3A. RGB value is (255,6,58). Sum of RGB (Red+Green+Blue) = 255+6+58=319 (42% of max value = 765). Red value is 255 (100% from 255 or 79.94% from 319); Green value is 6 (2.73% from 255 or 1.88% from 319); Blue value is 58 (23.05% from 255 or 18.18% from 319); Max value from RGB is 255 - color contains mainly: red. Hex color #FF063A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF063A is #00F9C5. Grayscale: #565656. Windows color (decimal): -63942 or 3802879. OLE color: 3802879.
HSL color Cylindrical-coordinate representation of color #FF063A: hue angle of 347.47º 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 #FF063A is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 58 | - |
| CMYK | 0 | 0.98 | 0.77 | 0 |
| HSL | 347.47º | 1% | 0.51% | - |
| HSV(B) | 347.47º | 0.98% | 1% | - |
| XYZ | 42.07 | 21.7 | 5.97 | - |
| YUV | 86.38 | 111.99 | 248.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 58 | 0 | 0.98 | 0.77 | 0 | 347.47 | 1 | 0.51 |
| Hex | FF | 6 | 3A | 0 | 62 | 4D | 0 | 15B | 64 | 33 |
| Octal | 377 | 6 | 72 | 0 | 142 | 115 | 0 | 533 | 144 | 63 |
| Binary | 11111111 | 110 | 111010 | 0 | 1100010 | 1001101 | 0 | 101011011 | 1100100 | 110011 |
Color Harmonies of #FF063A
Complementary color
Monochromatic Colors of #FF063A
Black with #FF063A
Text Example
Text Example
White with #FF063A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF063A; }
p { color: rgb(255,6,58); }
H1.HeaderClassName
{
color: #FF063A;
}
.AnyTagClassName
{
color: #FF063A;
}
</style>
background-color css
<style>
a { background-color: #FF063A; }
a { background-color: rgb(255,6,58); }
div.DivClassName
{
background-color: #FF063A;
}
.BgClassName
{
background-color: #FF063A;
}
</style>
border-color css
<style>
span { border-color: #FF063A; }
span { border-color: rgb(255,6,58); }
td.TdClassName
{
border-color: #FF063A;
}
.TagClassName
{
border-color: #FF063A;
}
</style>