Shades of Torch Red #FF1D3F
Tints of Torch Red #FF1D3F
RGB
CMYK
RGB Variations
Color information
#FF1D3F (or 0xFF1D3F) is known color: Torch Red. HEX triplet: FF, 1D and 3F. RGB value is (255,29,63). Sum of RGB (Red+Green+Blue) = 255+29+63=347 (45% of max value = 765). Red value is 255 (100% from 255 or 73.49% from 347); Green value is 29 (11.72% from 255 or 8.36% from 347); Blue value is 63 (25% from 255 or 18.16% from 347); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1D3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1D3F is #00E2C0. Grayscale: #646464. Windows color (decimal): -58049 or 4136447. OLE color: 4136447.
HSL color Cylindrical-coordinate representation of color #FF1D3F: hue angle of 350.97º 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 #FF1D3F is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 29 | 63 | - |
| CMYK | 0 | 0.89 | 0.75 | 0 |
| HSL | 350.97º | 1% | 0.56% | - |
| HSV(B) | 350.97º | 0.89% | 1% | - |
| XYZ | 42.58 | 22.5 | 6.8 | - |
| YUV | 100.45 | 106.87 | 238.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 29 | 63 | 0 | 0.89 | 0.75 | 0 | 350.97 | 1 | 0.56 |
| Hex | FF | 1D | 3F | 0 | 59 | 4B | 0 | 15F | 64 | 38 |
| Octal | 377 | 35 | 77 | 0 | 131 | 113 | 0 | 537 | 144 | 70 |
| Binary | 11111111 | 11101 | 111111 | 0 | 1011001 | 1001011 | 0 | 101011111 | 1100100 | 111000 |
Color Harmonies of #FF1D3F
Complementary color
Monochromatic Colors of #FF1D3F
Black with #FF1D3F
Text Example
Text Example
White with #FF1D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1D3F; }
p { color: rgb(255,29,63); }
H1.HeaderClassName
{
color: #FF1D3F;
}
.AnyTagClassName
{
color: #FF1D3F;
}
</style>
background-color css
<style>
a { background-color: #FF1D3F; }
a { background-color: rgb(255,29,63); }
div.DivClassName
{
background-color: #FF1D3F;
}
.BgClassName
{
background-color: #FF1D3F;
}
</style>
border-color css
<style>
span { border-color: #FF1D3F; }
span { border-color: rgb(255,29,63); }
td.TdClassName
{
border-color: #FF1D3F;
}
.TagClassName
{
border-color: #FF1D3F;
}
</style>