Shades of Torch Red #FF004F
Tints of Torch Red #FF004F
RGB
CMYK
RGB Variations
Color information
#FF004F (or 0xFF004F) is known color: Torch Red. HEX triplet: FF, 00 and 4F. RGB value is (255,0,79). Sum of RGB (Red+Green+Blue) = 255+0+79=334 (44% of max value = 765). Red value is 255 (100% from 255 or 76.35% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 255 - color contains mainly: red. Hex color #FF004F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF004F is #00FFB0. Grayscale: #555555. Windows color (decimal): -65457 or 5177599. OLE color: 5177599.
HSL color Cylindrical-coordinate representation of color #FF004F: hue angle of 341.41º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF004F is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 79 | - |
| CMYK | 0 | 1 | 0.69 | 0 |
| HSL | 341.41º | 1% | 0.5% | - |
| HSV(B) | 341.41º | 1% | 1% | - |
| XYZ | 42.65 | 21.82 | 9.36 | - |
| YUV | 85.25 | 124.48 | 249.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 79 | 0 | 1 | 0.69 | 0 | 341.41 | 1 | 0.5 |
| Hex | FF | 0 | 4F | 0 | 64 | 45 | 0 | 155 | 64 | 32 |
| Octal | 377 | 0 | 117 | 0 | 144 | 105 | 0 | 525 | 144 | 62 |
| Binary | 11111111 | 0 | 1001111 | 0 | 1100100 | 1000101 | 0 | 101010101 | 1100100 | 110010 |
Color Harmonies of #FF004F
Complementary color
Monochromatic Colors of #FF004F
Black with #FF004F
Text Example
Text Example
White with #FF004F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF004F; }
p { color: rgb(255,0,79); }
H1.HeaderClassName
{
color: #FF004F;
}
.AnyTagClassName
{
color: #FF004F;
}
</style>
background-color css
<style>
a { background-color: #FF004F; }
a { background-color: rgb(255,0,79); }
div.DivClassName
{
background-color: #FF004F;
}
.BgClassName
{
background-color: #FF004F;
}
</style>
border-color css
<style>
span { border-color: #FF004F; }
span { border-color: rgb(255,0,79); }
td.TdClassName
{
border-color: #FF004F;
}
.TagClassName
{
border-color: #FF004F;
}
</style>