Shades of Torch Red #FF1D4C
Tints of Torch Red #FF1D4C
RGB
CMYK
RGB Variations
Color information
#FF1D4C (or 0xFF1D4C) is known color: Torch Red. HEX triplet: FF, 1D and 4C. RGB value is (255,29,76). Sum of RGB (Red+Green+Blue) = 255+29+76=360 (47% of max value = 765). Red value is 255 (100% from 255 or 70.83% from 360); Green value is 29 (11.72% from 255 or 8.06% from 360); Blue value is 76 (30.08% from 255 or 21.11% from 360); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1D4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1D4C is #00E2B3. Grayscale: #656565. Windows color (decimal): -58036 or 4988415. OLE color: 4988415.
HSL color Cylindrical-coordinate representation of color #FF1D4C: hue angle of 347.52º 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 #FF1D4C is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 29 | 76 | - |
| CMYK | 0 | 0.89 | 0.70 | 0 |
| HSL | 347.52º | 1% | 0.56% | - |
| HSV(B) | 347.52º | 0.89% | 1% | - |
| XYZ | 42.98 | 22.66 | 8.95 | - |
| YUV | 101.93 | 113.37 | 237.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 29 | 76 | 0 | 0.89 | 0.70 | 0 | 347.52 | 1 | 0.56 |
| Hex | FF | 1D | 4C | 0 | 59 | 46 | 0 | 15C | 64 | 38 |
| Octal | 377 | 35 | 114 | 0 | 131 | 106 | 0 | 534 | 144 | 70 |
| Binary | 11111111 | 11101 | 1001100 | 0 | 1011001 | 1000110 | 0 | 101011100 | 1100100 | 111000 |
Color Harmonies of #FF1D4C
Complementary color
Monochromatic Colors of #FF1D4C
Black with #FF1D4C
Text Example
Text Example
White with #FF1D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1D4C; }
p { color: rgb(255,29,76); }
H1.HeaderClassName
{
color: #FF1D4C;
}
.AnyTagClassName
{
color: #FF1D4C;
}
</style>
background-color css
<style>
a { background-color: #FF1D4C; }
a { background-color: rgb(255,29,76); }
div.DivClassName
{
background-color: #FF1D4C;
}
.BgClassName
{
background-color: #FF1D4C;
}
</style>
border-color css
<style>
span { border-color: #FF1D4C; }
span { border-color: rgb(255,29,76); }
td.TdClassName
{
border-color: #FF1D4C;
}
.TagClassName
{
border-color: #FF1D4C;
}
</style>