Shades of Torch Red #FF1D4A
Tints of Torch Red #FF1D4A
RGB
CMYK
RGB Variations
Color information
#FF1D4A (or 0xFF1D4A) is known color: Torch Red. HEX triplet: FF, 1D and 4A. RGB value is (255,29,74). Sum of RGB (Red+Green+Blue) = 255+29+74=358 (47% of max value = 765). Red value is 255 (100% from 255 or 71.23% from 358); Green value is 29 (11.72% from 255 or 8.10% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1D4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1D4A is #00E2B5. Grayscale: #656565. Windows color (decimal): -58038 or 4857343. OLE color: 4857343.
HSL color Cylindrical-coordinate representation of color #FF1D4A: hue angle of 348.05º 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 #FF1D4A is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 29 | 74 | - |
| CMYK | 0 | 0.89 | 0.71 | 0 |
| HSL | 348.05º | 1% | 0.56% | - |
| HSV(B) | 348.05º | 0.89% | 1% | - |
| XYZ | 42.92 | 22.63 | 8.59 | - |
| YUV | 101.7 | 112.37 | 237.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 29 | 74 | 0 | 0.89 | 0.71 | 0 | 348.05 | 1 | 0.56 |
| Hex | FF | 1D | 4A | 0 | 59 | 47 | 0 | 15C | 64 | 38 |
| Octal | 377 | 35 | 112 | 0 | 131 | 107 | 0 | 534 | 144 | 70 |
| Binary | 11111111 | 11101 | 1001010 | 0 | 1011001 | 1000111 | 0 | 101011100 | 1100100 | 111000 |
Color Harmonies of #FF1D4A
Complementary color
Monochromatic Colors of #FF1D4A
Black with #FF1D4A
Text Example
Text Example
White with #FF1D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1D4A; }
p { color: rgb(255,29,74); }
H1.HeaderClassName
{
color: #FF1D4A;
}
.AnyTagClassName
{
color: #FF1D4A;
}
</style>
background-color css
<style>
a { background-color: #FF1D4A; }
a { background-color: rgb(255,29,74); }
div.DivClassName
{
background-color: #FF1D4A;
}
.BgClassName
{
background-color: #FF1D4A;
}
</style>
border-color css
<style>
span { border-color: #FF1D4A; }
span { border-color: rgb(255,29,74); }
td.TdClassName
{
border-color: #FF1D4A;
}
.TagClassName
{
border-color: #FF1D4A;
}
</style>