Shades of Torch Red #FF1A1E
Tints of Torch Red #FF1A1E
RGB
CMYK
RGB Variations
Color information
#FF1A1E (or 0xFF1A1E) is known color: Torch Red. HEX triplet: FF, 1A and 1E. RGB value is (255,26,30). Sum of RGB (Red+Green+Blue) = 255+26+30=311 (41% of max value = 765). Red value is 255 (100% from 255 or 81.99% from 311); Green value is 26 (10.55% from 255 or 8.36% from 311); Blue value is 30 (12.11% from 255 or 9.65% from 311); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1A1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1A1E is #00E5E1. Grayscale: #5F5F5F. Windows color (decimal): -58850 or 1972991. OLE color: 1972991.
HSL color Cylindrical-coordinate representation of color #FF1A1E: hue angle of 358.95º 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 #FF1A1E is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 26 | 30 | - |
| CMYK | 0 | 0.90 | 0.88 | 0 |
| HSL | 358.95º | 1% | 0.55% | - |
| HSV(B) | 358.95º | 0.9% | 1% | - |
| XYZ | 41.84 | 22.09 | 3.29 | - |
| YUV | 94.93 | 91.37 | 242.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 26 | 30 | 0 | 0.90 | 0.88 | 0 | 358.95 | 1 | 0.55 |
| Hex | FF | 1A | 1E | 0 | 5A | 58 | 0 | 167 | 64 | 37 |
| Octal | 377 | 32 | 36 | 0 | 132 | 130 | 0 | 547 | 144 | 67 |
| Binary | 11111111 | 11010 | 11110 | 0 | 1011010 | 1011000 | 0 | 101100111 | 1100100 | 110111 |
Color Harmonies of #FF1A1E
Complementary color
Monochromatic Colors of #FF1A1E
Black with #FF1A1E
Text Example
Text Example
White with #FF1A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1A1E; }
p { color: rgb(255,26,30); }
H1.HeaderClassName
{
color: #FF1A1E;
}
.AnyTagClassName
{
color: #FF1A1E;
}
</style>
background-color css
<style>
a { background-color: #FF1A1E; }
a { background-color: rgb(255,26,30); }
div.DivClassName
{
background-color: #FF1A1E;
}
.BgClassName
{
background-color: #FF1A1E;
}
</style>
border-color css
<style>
span { border-color: #FF1A1E; }
span { border-color: rgb(255,26,30); }
td.TdClassName
{
border-color: #FF1A1E;
}
.TagClassName
{
border-color: #FF1A1E;
}
</style>