Shades of Torch Red #FF054A
Tints of Torch Red #FF054A
RGB
CMYK
RGB Variations
Color information
#FF054A (or 0xFF054A) is known color: Torch Red. HEX triplet: FF, 05 and 4A. RGB value is (255,5,74). Sum of RGB (Red+Green+Blue) = 255+5+74=334 (44% of max value = 765). Red value is 255 (100% from 255 or 76.35% from 334); Green value is 5 (2.34% from 255 or 1.50% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 255 - color contains mainly: red. Hex color #FF054A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF054A is #00FAB5. Grayscale: #575757. Windows color (decimal): -64182 or 4851199. OLE color: 4851199.
HSL color Cylindrical-coordinate representation of color #FF054A: hue angle of 343.44º 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 #FF054A is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 74 | - |
| CMYK | 0 | 0.98 | 0.71 | 0 |
| HSL | 343.44º | 1% | 0.51% | - |
| HSV(B) | 343.44º | 0.98% | 1% | - |
| XYZ | 42.53 | 21.86 | 8.46 | - |
| YUV | 87.62 | 120.33 | 247.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 74 | 0 | 0.98 | 0.71 | 0 | 343.44 | 1 | 0.51 |
| Hex | FF | 5 | 4A | 0 | 62 | 47 | 0 | 157 | 64 | 33 |
| Octal | 377 | 5 | 112 | 0 | 142 | 107 | 0 | 527 | 144 | 63 |
| Binary | 11111111 | 101 | 1001010 | 0 | 1100010 | 1000111 | 0 | 101010111 | 1100100 | 110011 |
Color Harmonies of #FF054A
Complementary color
Monochromatic Colors of #FF054A
Black with #FF054A
Text Example
Text Example
White with #FF054A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF054A; }
p { color: rgb(255,5,74); }
H1.HeaderClassName
{
color: #FF054A;
}
.AnyTagClassName
{
color: #FF054A;
}
</style>
background-color css
<style>
a { background-color: #FF054A; }
a { background-color: rgb(255,5,74); }
div.DivClassName
{
background-color: #FF054A;
}
.BgClassName
{
background-color: #FF054A;
}
</style>
border-color css
<style>
span { border-color: #FF054A; }
span { border-color: rgb(255,5,74); }
td.TdClassName
{
border-color: #FF054A;
}
.TagClassName
{
border-color: #FF054A;
}
</style>