Shades of Torch Red #FF2149
Tints of Torch Red #FF2149
RGB
CMYK
RGB Variations
Color information
#FF2149 (or 0xFF2149) is known color: Torch Red. HEX triplet: FF, 21 and 49. RGB value is (255,33,73). Sum of RGB (Red+Green+Blue) = 255+33+73=361 (47% of max value = 765). Red value is 255 (100% from 255 or 70.64% from 361); Green value is 33 (13.28% from 255 or 9.14% from 361); Blue value is 73 (28.91% from 255 or 20.22% from 361); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2149 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2149 is #00DEB6. Grayscale: #686868. Windows color (decimal): -57015 or 4792831. OLE color: 4792831.
HSL color Cylindrical-coordinate representation of color #FF2149: hue angle of 349.19º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF2149 is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 33 | 73 | - |
| CMYK | 0 | 0.87 | 0.71 | 0 |
| HSL | 349.19º | 1% | 0.56% | - |
| HSV(B) | 349.19º | 0.87% | 1% | - |
| XYZ | 42.99 | 22.83 | 8.44 | - |
| YUV | 103.94 | 110.55 | 235.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 33 | 73 | 0 | 0.87 | 0.71 | 0 | 349.19 | 1 | 0.56 |
| Hex | FF | 21 | 49 | 0 | 57 | 47 | 0 | 15D | 64 | 38 |
| Octal | 377 | 41 | 111 | 0 | 127 | 107 | 0 | 535 | 144 | 70 |
| Binary | 11111111 | 100001 | 1001001 | 0 | 1010111 | 1000111 | 0 | 101011101 | 1100100 | 111000 |
Color Harmonies of #FF2149
Complementary color
Monochromatic Colors of #FF2149
Black with #FF2149
Text Example
Text Example
White with #FF2149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2149; }
p { color: rgb(255,33,73); }
H1.HeaderClassName
{
color: #FF2149;
}
.AnyTagClassName
{
color: #FF2149;
}
</style>
background-color css
<style>
a { background-color: #FF2149; }
a { background-color: rgb(255,33,73); }
div.DivClassName
{
background-color: #FF2149;
}
.BgClassName
{
background-color: #FF2149;
}
</style>
border-color css
<style>
span { border-color: #FF2149; }
span { border-color: rgb(255,33,73); }
td.TdClassName
{
border-color: #FF2149;
}
.TagClassName
{
border-color: #FF2149;
}
</style>