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