Shades of Torch Red #FF0039
Tints of Torch Red #FF0039
RGB
CMYK
RGB Variations
Color information
#FF0039 (or 0xFF0039) is known color: Torch Red. HEX triplet: FF, 00 and 39. RGB value is (255,0,57). Sum of RGB (Red+Green+Blue) = 255+0+57=312 (41% of max value = 765). Red value is 255 (100% from 255 or 81.73% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 57 (22.66% from 255 or 18.27% from 312); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0039 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0039 is #00FFC6. Grayscale: #525252. Windows color (decimal): -65479 or 3735807. OLE color: 3735807.
HSL color Cylindrical-coordinate representation of color #FF0039: hue angle of 346.59º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF0039 is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 57 | - |
| CMYK | 0 | 1 | 0.78 | 0 |
| HSL | 346.59º | 1% | 0.5% | - |
| HSV(B) | 346.59º | 1% | 1% | - |
| XYZ | 41.98 | 21.56 | 5.82 | - |
| YUV | 82.74 | 113.48 | 250.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 57 | 0 | 1 | 0.78 | 0 | 346.59 | 1 | 0.5 |
| Hex | FF | 0 | 39 | 0 | 64 | 4E | 0 | 15B | 64 | 32 |
| Octal | 377 | 0 | 71 | 0 | 144 | 116 | 0 | 533 | 144 | 62 |
| Binary | 11111111 | 0 | 111001 | 0 | 1100100 | 1001110 | 0 | 101011011 | 1100100 | 110010 |
Color Harmonies of #FF0039
Complementary color
Monochromatic Colors of #FF0039
Black with #FF0039
Text Example
Text Example
White with #FF0039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0039; }
p { color: rgb(255,0,57); }
H1.HeaderClassName
{
color: #FF0039;
}
.AnyTagClassName
{
color: #FF0039;
}
</style>
background-color css
<style>
a { background-color: #FF0039; }
a { background-color: rgb(255,0,57); }
div.DivClassName
{
background-color: #FF0039;
}
.BgClassName
{
background-color: #FF0039;
}
</style>
border-color css
<style>
span { border-color: #FF0039; }
span { border-color: rgb(255,0,57); }
td.TdClassName
{
border-color: #FF0039;
}
.TagClassName
{
border-color: #FF0039;
}
</style>