Shades of Torch Red #FF1640
Tints of Torch Red #FF1640
RGB
CMYK
RGB Variations
Color information
#FF1640 (or 0xFF1640) is known color: Torch Red. HEX triplet: FF, 16 and 40. RGB value is (255,22,64). Sum of RGB (Red+Green+Blue) = 255+22+64=341 (45% of max value = 765). Red value is 255 (100% from 255 or 74.78% from 341); Green value is 22 (8.98% from 255 or 6.45% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1640 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1640 is #00E9BF. Grayscale: #606060. Windows color (decimal): -59840 or 4200191. OLE color: 4200191.
HSL color Cylindrical-coordinate representation of color #FF1640: hue angle of 349.18º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF1640 is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 22 | 64 | - |
| CMYK | 0 | 0.91 | 0.75 | 0 |
| HSL | 349.18º | 1% | 0.54% | - |
| HSV(B) | 349.18º | 0.91% | 1% | - |
| XYZ | 42.45 | 22.2 | 6.9 | - |
| YUV | 96.46 | 109.69 | 241.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 22 | 64 | 0 | 0.91 | 0.75 | 0 | 349.18 | 1 | 0.54 |
| Hex | FF | 16 | 40 | 0 | 5B | 4B | 0 | 15D | 64 | 36 |
| Octal | 377 | 26 | 100 | 0 | 133 | 113 | 0 | 535 | 144 | 66 |
| Binary | 11111111 | 10110 | 1000000 | 0 | 1011011 | 1001011 | 0 | 101011101 | 1100100 | 110110 |
Color Harmonies of #FF1640
Complementary color
Monochromatic Colors of #FF1640
Black with #FF1640
Text Example
Text Example
White with #FF1640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1640; }
p { color: rgb(255,22,64); }
H1.HeaderClassName
{
color: #FF1640;
}
.AnyTagClassName
{
color: #FF1640;
}
</style>
background-color css
<style>
a { background-color: #FF1640; }
a { background-color: rgb(255,22,64); }
div.DivClassName
{
background-color: #FF1640;
}
.BgClassName
{
background-color: #FF1640;
}
</style>
border-color css
<style>
span { border-color: #FF1640; }
span { border-color: rgb(255,22,64); }
td.TdClassName
{
border-color: #FF1640;
}
.TagClassName
{
border-color: #FF1640;
}
</style>