Shades of Torch Red #FF051D
Tints of Torch Red #FF051D
RGB
CMYK
RGB Variations
Color information
#FF051D (or 0xFF051D) is known color: Torch Red. HEX triplet: FF, 05 and 1D. RGB value is (255,5,29). Sum of RGB (Red+Green+Blue) = 255+5+29=289 (38% of max value = 765). Red value is 255 (100% from 255 or 88.24% from 289); Green value is 5 (2.34% from 255 or 1.73% from 289); Blue value is 29 (11.72% from 255 or 10.03% from 289); Max value from RGB is 255 - color contains mainly: red. Hex color #FF051D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF051D is #00FAE2. Grayscale: #525252. Windows color (decimal): -64227 or 1902079. OLE color: 1902079.
HSL color Cylindrical-coordinate representation of color #FF051D: hue angle of 354.24º 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 #FF051D is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 29 | - |
| CMYK | 0 | 0.98 | 0.89 | 0 |
| HSL | 354.24º | 1% | 0.51% | - |
| HSV(B) | 354.24º | 0.98% | 1% | - |
| XYZ | 41.52 | 21.46 | 3.12 | - |
| YUV | 82.49 | 97.83 | 251.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 29 | 0 | 0.98 | 0.89 | 0 | 354.24 | 1 | 0.51 |
| Hex | FF | 5 | 1D | 0 | 62 | 59 | 0 | 162 | 64 | 33 |
| Octal | 377 | 5 | 35 | 0 | 142 | 131 | 0 | 542 | 144 | 63 |
| Binary | 11111111 | 101 | 11101 | 0 | 1100010 | 1011001 | 0 | 101100010 | 1100100 | 110011 |
Color Harmonies of #FF051D
Complementary color
Monochromatic Colors of #FF051D
Black with #FF051D
Text Example
Text Example
White with #FF051D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF051D; }
p { color: rgb(255,5,29); }
H1.HeaderClassName
{
color: #FF051D;
}
.AnyTagClassName
{
color: #FF051D;
}
</style>
background-color css
<style>
a { background-color: #FF051D; }
a { background-color: rgb(255,5,29); }
div.DivClassName
{
background-color: #FF051D;
}
.BgClassName
{
background-color: #FF051D;
}
</style>
border-color css
<style>
span { border-color: #FF051D; }
span { border-color: rgb(255,5,29); }
td.TdClassName
{
border-color: #FF051D;
}
.TagClassName
{
border-color: #FF051D;
}
</style>