Shades of Torch Red #FF1A1D
Tints of Torch Red #FF1A1D
RGB
CMYK
RGB Variations
Color information
#FF1A1D (or 0xFF1A1D) is known color: Torch Red. HEX triplet: FF, 1A and 1D. RGB value is (255,26,29). Sum of RGB (Red+Green+Blue) = 255+26+29=310 (41% of max value = 765). Red value is 255 (100% from 255 or 82.26% from 310); Green value is 26 (10.55% from 255 or 8.39% from 310); Blue value is 29 (11.72% from 255 or 9.35% from 310); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1A1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1A1D is #00E5E2. Grayscale: #5F5F5F. Windows color (decimal): -58851 or 1907455. OLE color: 1907455.
HSL color Cylindrical-coordinate representation of color #FF1A1D: hue angle of 359.21º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF1A1D is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 26 | 29 | - |
| CMYK | 0 | 0.90 | 0.89 | 0 |
| HSL | 359.21º | 1% | 0.55% | - |
| HSV(B) | 359.21º | 0.9% | 1% | - |
| XYZ | 41.83 | 22.09 | 3.22 | - |
| YUV | 94.81 | 90.87 | 242.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 26 | 29 | 0 | 0.90 | 0.89 | 0 | 359.21 | 1 | 0.55 |
| Hex | FF | 1A | 1D | 0 | 5A | 59 | 0 | 167 | 64 | 37 |
| Octal | 377 | 32 | 35 | 0 | 132 | 131 | 0 | 547 | 144 | 67 |
| Binary | 11111111 | 11010 | 11101 | 0 | 1011010 | 1011001 | 0 | 101100111 | 1100100 | 110111 |
Color Harmonies of #FF1A1D
Complementary color
Monochromatic Colors of #FF1A1D
Black with #FF1A1D
Text Example
Text Example
White with #FF1A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1A1D; }
p { color: rgb(255,26,29); }
H1.HeaderClassName
{
color: #FF1A1D;
}
.AnyTagClassName
{
color: #FF1A1D;
}
</style>
background-color css
<style>
a { background-color: #FF1A1D; }
a { background-color: rgb(255,26,29); }
div.DivClassName
{
background-color: #FF1A1D;
}
.BgClassName
{
background-color: #FF1A1D;
}
</style>
border-color css
<style>
span { border-color: #FF1A1D; }
span { border-color: rgb(255,26,29); }
td.TdClassName
{
border-color: #FF1A1D;
}
.TagClassName
{
border-color: #FF1A1D;
}
</style>