Shades of Torch Red #FF1D43
Tints of Torch Red #FF1D43
RGB
CMYK
RGB Variations
Color information
#FF1D43 (or 0xFF1D43) is known color: Torch Red. HEX triplet: FF, 1D and 43. RGB value is (255,29,67). Sum of RGB (Red+Green+Blue) = 255+29+67=351 (46% of max value = 765). Red value is 255 (100% from 255 or 72.65% from 351); Green value is 29 (11.72% from 255 or 8.26% from 351); Blue value is 67 (26.56% from 255 or 19.09% from 351); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1D43 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1D43 is #00E2BC. Grayscale: #646464. Windows color (decimal): -58045 or 4398591. OLE color: 4398591.
HSL color Cylindrical-coordinate representation of color #FF1D43: hue angle of 349.91º 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 #FF1D43 is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 29 | 67 | - |
| CMYK | 0 | 0.89 | 0.74 | 0 |
| HSL | 349.91º | 1% | 0.56% | - |
| HSV(B) | 349.91º | 0.89% | 1% | - |
| XYZ | 42.69 | 22.54 | 7.41 | - |
| YUV | 100.91 | 108.87 | 237.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 29 | 67 | 0 | 0.89 | 0.74 | 0 | 349.91 | 1 | 0.56 |
| Hex | FF | 1D | 43 | 0 | 59 | 4A | 0 | 15E | 64 | 38 |
| Octal | 377 | 35 | 103 | 0 | 131 | 112 | 0 | 536 | 144 | 70 |
| Binary | 11111111 | 11101 | 1000011 | 0 | 1011001 | 1001010 | 0 | 101011110 | 1100100 | 111000 |
Color Harmonies of #FF1D43
Complementary color
Monochromatic Colors of #FF1D43
Black with #FF1D43
Text Example
Text Example
White with #FF1D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1D43; }
p { color: rgb(255,29,67); }
H1.HeaderClassName
{
color: #FF1D43;
}
.AnyTagClassName
{
color: #FF1D43;
}
</style>
background-color css
<style>
a { background-color: #FF1D43; }
a { background-color: rgb(255,29,67); }
div.DivClassName
{
background-color: #FF1D43;
}
.BgClassName
{
background-color: #FF1D43;
}
</style>
border-color css
<style>
span { border-color: #FF1D43; }
span { border-color: rgb(255,29,67); }
td.TdClassName
{
border-color: #FF1D43;
}
.TagClassName
{
border-color: #FF1D43;
}
</style>