Shades of Torch Red #FF054B
Tints of Torch Red #FF054B
RGB
CMYK
RGB Variations
Color information
#FF054B (or 0xFF054B) is known color: Torch Red. HEX triplet: FF, 05 and 4B. RGB value is (255,5,75). Sum of RGB (Red+Green+Blue) = 255+5+75=335 (44% of max value = 765). Red value is 255 (100% from 255 or 76.12% from 335); Green value is 5 (2.34% from 255 or 1.49% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 255 - color contains mainly: red. Hex color #FF054B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF054B is #00FAB4. Grayscale: #575757. Windows color (decimal): -64181 or 4916735. OLE color: 4916735.
HSL color Cylindrical-coordinate representation of color #FF054B: hue angle of 343.2º 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 #FF054B is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 75 | - |
| CMYK | 0 | 0.98 | 0.71 | 0 |
| HSL | 343.2º | 1% | 0.51% | - |
| HSV(B) | 343.2º | 0.98% | 1% | - |
| XYZ | 42.56 | 21.88 | 8.64 | - |
| YUV | 87.73 | 120.83 | 247.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 75 | 0 | 0.98 | 0.71 | 0 | 343.2 | 1 | 0.51 |
| Hex | FF | 5 | 4B | 0 | 62 | 47 | 0 | 157 | 64 | 33 |
| Octal | 377 | 5 | 113 | 0 | 142 | 107 | 0 | 527 | 144 | 63 |
| Binary | 11111111 | 101 | 1001011 | 0 | 1100010 | 1000111 | 0 | 101010111 | 1100100 | 110011 |
Color Harmonies of #FF054B
Complementary color
Monochromatic Colors of #FF054B
Black with #FF054B
Text Example
Text Example
White with #FF054B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF054B; }
p { color: rgb(255,5,75); }
H1.HeaderClassName
{
color: #FF054B;
}
.AnyTagClassName
{
color: #FF054B;
}
</style>
background-color css
<style>
a { background-color: #FF054B; }
a { background-color: rgb(255,5,75); }
div.DivClassName
{
background-color: #FF054B;
}
.BgClassName
{
background-color: #FF054B;
}
</style>
border-color css
<style>
span { border-color: #FF054B; }
span { border-color: rgb(255,5,75); }
td.TdClassName
{
border-color: #FF054B;
}
.TagClassName
{
border-color: #FF054B;
}
</style>