Shades of Torch Red #FF034E
Tints of Torch Red #FF034E
RGB
CMYK
RGB Variations
Color information
#FF034E (or 0xFF034E) is known color: Torch Red. HEX triplet: FF, 03 and 4E. RGB value is (255,3,78). Sum of RGB (Red+Green+Blue) = 255+3+78=336 (44% of max value = 765). Red value is 255 (100% from 255 or 75.89% from 336); Green value is 3 (1.56% from 255 or 0.89% from 336); Blue value is 78 (30.86% from 255 or 23.21% from 336); Max value from RGB is 255 - color contains mainly: red. Hex color #FF034E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF034E is #00FCB1. Grayscale: #565656. Windows color (decimal): -64690 or 5112831. OLE color: 5112831.
HSL color Cylindrical-coordinate representation of color #FF034E: hue angle of 342.14º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF034E is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 78 | - |
| CMYK | 0 | 0.99 | 0.69 | 0 |
| HSL | 342.14º | 1% | 0.51% | - |
| HSV(B) | 342.14º | 0.99% | 1% | - |
| XYZ | 42.65 | 21.88 | 9.18 | - |
| YUV | 86.9 | 122.99 | 247.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 78 | 0 | 0.99 | 0.69 | 0 | 342.14 | 1 | 0.51 |
| Hex | FF | 3 | 4E | 0 | 63 | 45 | 0 | 156 | 64 | 33 |
| Octal | 377 | 3 | 116 | 0 | 143 | 105 | 0 | 526 | 144 | 63 |
| Binary | 11111111 | 11 | 1001110 | 0 | 1100011 | 1000101 | 0 | 101010110 | 1100100 | 110011 |
Color Harmonies of #FF034E
Complementary color
Monochromatic Colors of #FF034E
Black with #FF034E
Text Example
Text Example
White with #FF034E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF034E; }
p { color: rgb(255,3,78); }
H1.HeaderClassName
{
color: #FF034E;
}
.AnyTagClassName
{
color: #FF034E;
}
</style>
background-color css
<style>
a { background-color: #FF034E; }
a { background-color: rgb(255,3,78); }
div.DivClassName
{
background-color: #FF034E;
}
.BgClassName
{
background-color: #FF034E;
}
</style>
border-color css
<style>
span { border-color: #FF034E; }
span { border-color: rgb(255,3,78); }
td.TdClassName
{
border-color: #FF034E;
}
.TagClassName
{
border-color: #FF034E;
}
</style>