Shades of Torch Red #FF1642
Tints of Torch Red #FF1642
RGB
CMYK
RGB Variations
Color information
#FF1642 (or 0xFF1642) is known color: Torch Red. HEX triplet: FF, 16 and 42. RGB value is (255,22,66). Sum of RGB (Red+Green+Blue) = 255+22+66=343 (45% of max value = 765). Red value is 255 (100% from 255 or 74.34% from 343); Green value is 22 (8.98% from 255 or 6.41% from 343); Blue value is 66 (26.17% from 255 or 19.24% from 343); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1642 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1642 is #00E9BD. Grayscale: #606060. Windows color (decimal): -59838 or 4331263. OLE color: 4331263.
HSL color Cylindrical-coordinate representation of color #FF1642: hue angle of 348.67º 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 #FF1642 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 22 | 66 | - |
| CMYK | 0 | 0.91 | 0.74 | 0 |
| HSL | 348.67º | 1% | 0.54% | - |
| HSV(B) | 348.67º | 0.91% | 1% | - |
| XYZ | 42.51 | 22.23 | 7.2 | - |
| YUV | 96.68 | 110.69 | 240.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 22 | 66 | 0 | 0.91 | 0.74 | 0 | 348.67 | 1 | 0.54 |
| Hex | FF | 16 | 42 | 0 | 5B | 4A | 0 | 15D | 64 | 36 |
| Octal | 377 | 26 | 102 | 0 | 133 | 112 | 0 | 535 | 144 | 66 |
| Binary | 11111111 | 10110 | 1000010 | 0 | 1011011 | 1001010 | 0 | 101011101 | 1100100 | 110110 |
Color Harmonies of #FF1642
Complementary color
Monochromatic Colors of #FF1642
Black with #FF1642
Text Example
Text Example
White with #FF1642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1642; }
p { color: rgb(255,22,66); }
H1.HeaderClassName
{
color: #FF1642;
}
.AnyTagClassName
{
color: #FF1642;
}
</style>
background-color css
<style>
a { background-color: #FF1642; }
a { background-color: rgb(255,22,66); }
div.DivClassName
{
background-color: #FF1642;
}
.BgClassName
{
background-color: #FF1642;
}
</style>
border-color css
<style>
span { border-color: #FF1642; }
span { border-color: rgb(255,22,66); }
td.TdClassName
{
border-color: #FF1642;
}
.TagClassName
{
border-color: #FF1642;
}
</style>