Shades of Torch Red #FF044D
Tints of Torch Red #FF044D
RGB
CMYK
RGB Variations
Color information
#FF044D (or 0xFF044D) is known color: Torch Red. HEX triplet: FF, 04 and 4D. RGB value is (255,4,77). Sum of RGB (Red+Green+Blue) = 255+4+77=336 (44% of max value = 765). Red value is 255 (100% from 255 or 75.89% from 336); Green value is 4 (1.95% from 255 or 1.19% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 255 - color contains mainly: red. Hex color #FF044D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF044D is #00FBB2. Grayscale: #575757. Windows color (decimal): -64435 or 5047551. OLE color: 5047551.
HSL color Cylindrical-coordinate representation of color #FF044D: hue angle of 342.55º 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 #FF044D is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 77 | - |
| CMYK | 0 | 0.98 | 0.70 | 0 |
| HSL | 342.55º | 1% | 0.51% | - |
| HSV(B) | 342.55º | 0.98% | 1% | - |
| XYZ | 42.62 | 21.88 | 9 | - |
| YUV | 87.37 | 122.16 | 247.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 77 | 0 | 0.98 | 0.70 | 0 | 342.55 | 1 | 0.51 |
| Hex | FF | 4 | 4D | 0 | 62 | 46 | 0 | 157 | 64 | 33 |
| Octal | 377 | 4 | 115 | 0 | 142 | 106 | 0 | 527 | 144 | 63 |
| Binary | 11111111 | 100 | 1001101 | 0 | 1100010 | 1000110 | 0 | 101010111 | 1100100 | 110011 |
Color Harmonies of #FF044D
Complementary color
Monochromatic Colors of #FF044D
Black with #FF044D
Text Example
Text Example
White with #FF044D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF044D; }
p { color: rgb(255,4,77); }
H1.HeaderClassName
{
color: #FF044D;
}
.AnyTagClassName
{
color: #FF044D;
}
</style>
background-color css
<style>
a { background-color: #FF044D; }
a { background-color: rgb(255,4,77); }
div.DivClassName
{
background-color: #FF044D;
}
.BgClassName
{
background-color: #FF044D;
}
</style>
border-color css
<style>
span { border-color: #FF044D; }
span { border-color: rgb(255,4,77); }
td.TdClassName
{
border-color: #FF044D;
}
.TagClassName
{
border-color: #FF044D;
}
</style>