Shades of Torch Red #FF0639
Tints of Torch Red #FF0639
RGB
CMYK
RGB Variations
Color information
#FF0639 (or 0xFF0639) is known color: Torch Red. HEX triplet: FF, 06 and 39. RGB value is (255,6,57). Sum of RGB (Red+Green+Blue) = 255+6+57=318 (42% of max value = 765). Red value is 255 (100% from 255 or 80.19% from 318); Green value is 6 (2.73% from 255 or 1.89% from 318); Blue value is 57 (22.66% from 255 or 17.92% from 318); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0639 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0639 is #00F9C6. Grayscale: #565656. Windows color (decimal): -63943 or 3737343. OLE color: 3737343.
HSL color Cylindrical-coordinate representation of color #FF0639: hue angle of 347.71º 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 #FF0639 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 57 | - |
| CMYK | 0 | 0.98 | 0.78 | 0 |
| HSL | 347.71º | 1% | 0.51% | - |
| HSV(B) | 347.71º | 0.98% | 1% | - |
| XYZ | 42.04 | 21.69 | 5.84 | - |
| YUV | 86.27 | 111.49 | 248.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 57 | 0 | 0.98 | 0.78 | 0 | 347.71 | 1 | 0.51 |
| Hex | FF | 6 | 39 | 0 | 62 | 4E | 0 | 15C | 64 | 33 |
| Octal | 377 | 6 | 71 | 0 | 142 | 116 | 0 | 534 | 144 | 63 |
| Binary | 11111111 | 110 | 111001 | 0 | 1100010 | 1001110 | 0 | 101011100 | 1100100 | 110011 |
Color Harmonies of #FF0639
Complementary color
Monochromatic Colors of #FF0639
Black with #FF0639
Text Example
Text Example
White with #FF0639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0639; }
p { color: rgb(255,6,57); }
H1.HeaderClassName
{
color: #FF0639;
}
.AnyTagClassName
{
color: #FF0639;
}
</style>
background-color css
<style>
a { background-color: #FF0639; }
a { background-color: rgb(255,6,57); }
div.DivClassName
{
background-color: #FF0639;
}
.BgClassName
{
background-color: #FF0639;
}
</style>
border-color css
<style>
span { border-color: #FF0639; }
span { border-color: rgb(255,6,57); }
td.TdClassName
{
border-color: #FF0639;
}
.TagClassName
{
border-color: #FF0639;
}
</style>