Shades of Torch Red #FF1D3D
Tints of Torch Red #FF1D3D
RGB
CMYK
RGB Variations
Color information
#FF1D3D (or 0xFF1D3D) is known color: Torch Red. HEX triplet: FF, 1D and 3D. RGB value is (255,29,61). Sum of RGB (Red+Green+Blue) = 255+29+61=345 (45% of max value = 765). Red value is 255 (100% from 255 or 73.91% from 345); Green value is 29 (11.72% from 255 or 8.41% from 345); Blue value is 61 (24.22% from 255 or 17.68% from 345); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1D3D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1D3D is #00E2C2. Grayscale: #646464. Windows color (decimal): -58051 or 4005375. OLE color: 4005375.
HSL color Cylindrical-coordinate representation of color #FF1D3D: hue angle of 351.5º 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 #FF1D3D is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 29 | 61 | - |
| CMYK | 0 | 0.89 | 0.76 | 0 |
| HSL | 351.5º | 1% | 0.56% | - |
| HSV(B) | 351.5º | 0.89% | 1% | - |
| XYZ | 42.52 | 22.48 | 6.51 | - |
| YUV | 100.22 | 105.87 | 238.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 29 | 61 | 0 | 0.89 | 0.76 | 0 | 351.5 | 1 | 0.56 |
| Hex | FF | 1D | 3D | 0 | 59 | 4C | 0 | 160 | 64 | 38 |
| Octal | 377 | 35 | 75 | 0 | 131 | 114 | 0 | 540 | 144 | 70 |
| Binary | 11111111 | 11101 | 111101 | 0 | 1011001 | 1001100 | 0 | 101100000 | 1100100 | 111000 |
Color Harmonies of #FF1D3D
Complementary color
Monochromatic Colors of #FF1D3D
Black with #FF1D3D
Text Example
Text Example
White with #FF1D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1D3D; }
p { color: rgb(255,29,61); }
H1.HeaderClassName
{
color: #FF1D3D;
}
.AnyTagClassName
{
color: #FF1D3D;
}
</style>
background-color css
<style>
a { background-color: #FF1D3D; }
a { background-color: rgb(255,29,61); }
div.DivClassName
{
background-color: #FF1D3D;
}
.BgClassName
{
background-color: #FF1D3D;
}
</style>
border-color css
<style>
span { border-color: #FF1D3D; }
span { border-color: rgb(255,29,61); }
td.TdClassName
{
border-color: #FF1D3D;
}
.TagClassName
{
border-color: #FF1D3D;
}
</style>