Shades of Torch Red #FF1D3C
Tints of Torch Red #FF1D3C
RGB
CMYK
RGB Variations
Color information
#FF1D3C (or 0xFF1D3C) is known color: Torch Red. HEX triplet: FF, 1D and 3C. RGB value is (255,29,60). Sum of RGB (Red+Green+Blue) = 255+29+60=344 (45% of max value = 765). Red value is 255 (100% from 255 or 74.13% from 344); Green value is 29 (11.72% from 255 or 8.43% from 344); Blue value is 60 (23.83% from 255 or 17.44% from 344); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1D3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1D3C is #00E2C3. Grayscale: #646464. Windows color (decimal): -58052 or 3939839. OLE color: 3939839.
HSL color Cylindrical-coordinate representation of color #FF1D3C: hue angle of 351.77º 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 #FF1D3C is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 29 | 60 | - |
| CMYK | 0 | 0.89 | 0.76 | 0 |
| HSL | 351.77º | 1% | 0.56% | - |
| HSV(B) | 351.77º | 0.89% | 1% | - |
| XYZ | 42.49 | 22.46 | 6.37 | - |
| YUV | 100.11 | 105.37 | 238.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 29 | 60 | 0 | 0.89 | 0.76 | 0 | 351.77 | 1 | 0.56 |
| Hex | FF | 1D | 3C | 0 | 59 | 4C | 0 | 160 | 64 | 38 |
| Octal | 377 | 35 | 74 | 0 | 131 | 114 | 0 | 540 | 144 | 70 |
| Binary | 11111111 | 11101 | 111100 | 0 | 1011001 | 1001100 | 0 | 101100000 | 1100100 | 111000 |
Color Harmonies of #FF1D3C
Complementary color
Monochromatic Colors of #FF1D3C
Black with #FF1D3C
Text Example
Text Example
White with #FF1D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1D3C; }
p { color: rgb(255,29,60); }
H1.HeaderClassName
{
color: #FF1D3C;
}
.AnyTagClassName
{
color: #FF1D3C;
}
</style>
background-color css
<style>
a { background-color: #FF1D3C; }
a { background-color: rgb(255,29,60); }
div.DivClassName
{
background-color: #FF1D3C;
}
.BgClassName
{
background-color: #FF1D3C;
}
</style>
border-color css
<style>
span { border-color: #FF1D3C; }
span { border-color: rgb(255,29,60); }
td.TdClassName
{
border-color: #FF1D3C;
}
.TagClassName
{
border-color: #FF1D3C;
}
</style>