Shades of Torch Red #FF2141
Tints of Torch Red #FF2141
RGB
CMYK
RGB Variations
Color information
#FF2141 (or 0xFF2141) is known color: Torch Red. HEX triplet: FF, 21 and 41. RGB value is (255,33,65). Sum of RGB (Red+Green+Blue) = 255+33+65=353 (46% of max value = 765). Red value is 255 (100% from 255 or 72.24% from 353); Green value is 33 (13.28% from 255 or 9.35% from 353); Blue value is 65 (25.78% from 255 or 18.41% from 353); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2141 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2141 is #00DEBE. Grayscale: #676767. Windows color (decimal): -57023 or 4268543. OLE color: 4268543.
HSL color Cylindrical-coordinate representation of color #FF2141: hue angle of 351.35º 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 #FF2141 is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 33 | 65 | - |
| CMYK | 0 | 0.87 | 0.75 | 0 |
| HSL | 351.35º | 1% | 0.56% | - |
| HSV(B) | 351.35º | 0.87% | 1% | - |
| XYZ | 42.74 | 22.73 | 7.14 | - |
| YUV | 103.03 | 106.55 | 236.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 33 | 65 | 0 | 0.87 | 0.75 | 0 | 351.35 | 1 | 0.56 |
| Hex | FF | 21 | 41 | 0 | 57 | 4B | 0 | 15F | 64 | 38 |
| Octal | 377 | 41 | 101 | 0 | 127 | 113 | 0 | 537 | 144 | 70 |
| Binary | 11111111 | 100001 | 1000001 | 0 | 1010111 | 1001011 | 0 | 101011111 | 1100100 | 111000 |
Color Harmonies of #FF2141
Complementary color
Monochromatic Colors of #FF2141
Black with #FF2141
Text Example
Text Example
White with #FF2141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2141; }
p { color: rgb(255,33,65); }
H1.HeaderClassName
{
color: #FF2141;
}
.AnyTagClassName
{
color: #FF2141;
}
</style>
background-color css
<style>
a { background-color: #FF2141; }
a { background-color: rgb(255,33,65); }
div.DivClassName
{
background-color: #FF2141;
}
.BgClassName
{
background-color: #FF2141;
}
</style>
border-color css
<style>
span { border-color: #FF2141; }
span { border-color: rgb(255,33,65); }
td.TdClassName
{
border-color: #FF2141;
}
.TagClassName
{
border-color: #FF2141;
}
</style>