Shades of Torch Red #FF044E
Tints of Torch Red #FF044E
RGB
CMYK
RGB Variations
Color information
#FF044E (or 0xFF044E) is known color: Torch Red. HEX triplet: FF, 04 and 4E. RGB value is (255,4,78). Sum of RGB (Red+Green+Blue) = 255+4+78=337 (44% of max value = 765). Red value is 255 (100% from 255 or 75.67% from 337); Green value is 4 (1.95% from 255 or 1.19% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 255 - color contains mainly: red. Hex color #FF044E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF044E is #00FBB1. Grayscale: #575757. Windows color (decimal): -64434 or 5113087. OLE color: 5113087.
HSL color Cylindrical-coordinate representation of color #FF044E: hue angle of 342.31º 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 #FF044E is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 78 | - |
| CMYK | 0 | 0.98 | 0.69 | 0 |
| HSL | 342.31º | 1% | 0.51% | - |
| HSV(B) | 342.31º | 0.98% | 1% | - |
| XYZ | 42.66 | 21.9 | 9.19 | - |
| YUV | 87.49 | 122.66 | 247.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 78 | 0 | 0.98 | 0.69 | 0 | 342.31 | 1 | 0.51 |
| Hex | FF | 4 | 4E | 0 | 62 | 45 | 0 | 156 | 64 | 33 |
| Octal | 377 | 4 | 116 | 0 | 142 | 105 | 0 | 526 | 144 | 63 |
| Binary | 11111111 | 100 | 1001110 | 0 | 1100010 | 1000101 | 0 | 101010110 | 1100100 | 110011 |
Color Harmonies of #FF044E
Complementary color
Monochromatic Colors of #FF044E
Black with #FF044E
Text Example
Text Example
White with #FF044E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF044E; }
p { color: rgb(255,4,78); }
H1.HeaderClassName
{
color: #FF044E;
}
.AnyTagClassName
{
color: #FF044E;
}
</style>
background-color css
<style>
a { background-color: #FF044E; }
a { background-color: rgb(255,4,78); }
div.DivClassName
{
background-color: #FF044E;
}
.BgClassName
{
background-color: #FF044E;
}
</style>
border-color css
<style>
span { border-color: #FF044E; }
span { border-color: rgb(255,4,78); }
td.TdClassName
{
border-color: #FF044E;
}
.TagClassName
{
border-color: #FF044E;
}
</style>