Shades of Torch Red #FF1D20
Tints of Torch Red #FF1D20
RGB
CMYK
RGB Variations
Color information
#FF1D20 (or 0xFF1D20) is known color: Torch Red. HEX triplet: FF, 1D and 20. RGB value is (255,29,32). Sum of RGB (Red+Green+Blue) = 255+29+32=316 (41% of max value = 765). Red value is 255 (100% from 255 or 80.70% from 316); Green value is 29 (11.72% from 255 or 9.18% from 316); Blue value is 32 (12.89% from 255 or 10.13% from 316); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1D20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1D20 is #00E2DF. Grayscale: #616161. Windows color (decimal): -58080 or 2104831. OLE color: 2104831.
HSL color Cylindrical-coordinate representation of color #FF1D20: hue angle of 359.2º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF1D20 is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 29 | 32 | - |
| CMYK | 0 | 0.89 | 0.87 | 0 |
| HSL | 359.2º | 1% | 0.56% | - |
| HSV(B) | 359.2º | 0.89% | 1% | - |
| XYZ | 41.94 | 22.24 | 3.45 | - |
| YUV | 96.92 | 91.37 | 240.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 29 | 32 | 0 | 0.89 | 0.87 | 0 | 359.2 | 1 | 0.56 |
| Hex | FF | 1D | 20 | 0 | 59 | 57 | 0 | 167 | 64 | 38 |
| Octal | 377 | 35 | 40 | 0 | 131 | 127 | 0 | 547 | 144 | 70 |
| Binary | 11111111 | 11101 | 100000 | 0 | 1011001 | 1010111 | 0 | 101100111 | 1100100 | 111000 |
Color Harmonies of #FF1D20
Complementary color
Monochromatic Colors of #FF1D20
Black with #FF1D20
Text Example
Text Example
White with #FF1D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1D20; }
p { color: rgb(255,29,32); }
H1.HeaderClassName
{
color: #FF1D20;
}
.AnyTagClassName
{
color: #FF1D20;
}
</style>
background-color css
<style>
a { background-color: #FF1D20; }
a { background-color: rgb(255,29,32); }
div.DivClassName
{
background-color: #FF1D20;
}
.BgClassName
{
background-color: #FF1D20;
}
</style>
border-color css
<style>
span { border-color: #FF1D20; }
span { border-color: rgb(255,29,32); }
td.TdClassName
{
border-color: #FF1D20;
}
.TagClassName
{
border-color: #FF1D20;
}
</style>