Shades of Torch Red #FF1A20
Tints of Torch Red #FF1A20
RGB
CMYK
RGB Variations
Color information
#FF1A20 (or 0xFF1A20) is known color: Torch Red. HEX triplet: FF, 1A and 20. RGB value is (255,26,32). Sum of RGB (Red+Green+Blue) = 255+26+32=313 (41% of max value = 765). Red value is 255 (100% from 255 or 81.47% from 313); Green value is 26 (10.55% from 255 or 8.31% from 313); Blue value is 32 (12.89% from 255 or 10.22% from 313); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1A20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1A20 is #00E5DF. Grayscale: #5F5F5F. Windows color (decimal): -58848 or 2104063. OLE color: 2104063.
HSL color Cylindrical-coordinate representation of color #FF1A20: hue angle of 358.43º 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 #FF1A20 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 26 | 32 | - |
| CMYK | 0 | 0.90 | 0.87 | 0 |
| HSL | 358.43º | 1% | 0.55% | - |
| HSV(B) | 358.43º | 0.9% | 1% | - |
| XYZ | 41.87 | 22.1 | 3.43 | - |
| YUV | 95.16 | 92.37 | 242.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 26 | 32 | 0 | 0.90 | 0.87 | 0 | 358.43 | 1 | 0.55 |
| Hex | FF | 1A | 20 | 0 | 5A | 57 | 0 | 166 | 64 | 37 |
| Octal | 377 | 32 | 40 | 0 | 132 | 127 | 0 | 546 | 144 | 67 |
| Binary | 11111111 | 11010 | 100000 | 0 | 1011010 | 1010111 | 0 | 101100110 | 1100100 | 110111 |
Color Harmonies of #FF1A20
Complementary color
Monochromatic Colors of #FF1A20
Black with #FF1A20
Text Example
Text Example
White with #FF1A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1A20; }
p { color: rgb(255,26,32); }
H1.HeaderClassName
{
color: #FF1A20;
}
.AnyTagClassName
{
color: #FF1A20;
}
</style>
background-color css
<style>
a { background-color: #FF1A20; }
a { background-color: rgb(255,26,32); }
div.DivClassName
{
background-color: #FF1A20;
}
.BgClassName
{
background-color: #FF1A20;
}
</style>
border-color css
<style>
span { border-color: #FF1A20; }
span { border-color: rgb(255,26,32); }
td.TdClassName
{
border-color: #FF1A20;
}
.TagClassName
{
border-color: #FF1A20;
}
</style>