Shades of Torch Red #FF1D44
Tints of Torch Red #FF1D44
RGB
CMYK
RGB Variations
Color information
#FF1D44 (or 0xFF1D44) is known color: Torch Red. HEX triplet: FF, 1D and 44. RGB value is (255,29,68). Sum of RGB (Red+Green+Blue) = 255+29+68=352 (46% of max value = 765). Red value is 255 (100% from 255 or 72.44% from 352); Green value is 29 (11.72% from 255 or 8.24% from 352); Blue value is 68 (26.95% from 255 or 19.32% from 352); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1D44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1D44 is #00E2BB. Grayscale: #656565. Windows color (decimal): -58044 or 4464127. OLE color: 4464127.
HSL color Cylindrical-coordinate representation of color #FF1D44: hue angle of 349.65º 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 #FF1D44 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 29 | 68 | - |
| CMYK | 0 | 0.89 | 0.73 | 0 |
| HSL | 349.65º | 1% | 0.56% | - |
| HSV(B) | 349.65º | 0.89% | 1% | - |
| XYZ | 42.72 | 22.56 | 7.57 | - |
| YUV | 101.02 | 109.37 | 237.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 29 | 68 | 0 | 0.89 | 0.73 | 0 | 349.65 | 1 | 0.56 |
| Hex | FF | 1D | 44 | 0 | 59 | 49 | 0 | 15E | 64 | 38 |
| Octal | 377 | 35 | 104 | 0 | 131 | 111 | 0 | 536 | 144 | 70 |
| Binary | 11111111 | 11101 | 1000100 | 0 | 1011001 | 1001001 | 0 | 101011110 | 1100100 | 111000 |
Color Harmonies of #FF1D44
Complementary color
Monochromatic Colors of #FF1D44
Black with #FF1D44
Text Example
Text Example
White with #FF1D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1D44; }
p { color: rgb(255,29,68); }
H1.HeaderClassName
{
color: #FF1D44;
}
.AnyTagClassName
{
color: #FF1D44;
}
</style>
background-color css
<style>
a { background-color: #FF1D44; }
a { background-color: rgb(255,29,68); }
div.DivClassName
{
background-color: #FF1D44;
}
.BgClassName
{
background-color: #FF1D44;
}
</style>
border-color css
<style>
span { border-color: #FF1D44; }
span { border-color: rgb(255,29,68); }
td.TdClassName
{
border-color: #FF1D44;
}
.TagClassName
{
border-color: #FF1D44;
}
</style>