Shades of Torch Red #FF1638
Tints of Torch Red #FF1638
RGB
CMYK
RGB Variations
Color information
#FF1638 (or 0xFF1638) is known color: Torch Red. HEX triplet: FF, 16 and 38. RGB value is (255,22,56). Sum of RGB (Red+Green+Blue) = 255+22+56=333 (44% of max value = 765). Red value is 255 (100% from 255 or 76.58% from 333); Green value is 22 (8.98% from 255 or 6.61% from 333); Blue value is 56 (22.27% from 255 or 16.82% from 333); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1638 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1638 is #00E9C7. Grayscale: #5F5F5F. Windows color (decimal): -59848 or 3675903. OLE color: 3675903.
HSL color Cylindrical-coordinate representation of color #FF1638: hue angle of 351.24º 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 #FF1638 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 22 | 56 | - |
| CMYK | 0 | 0.91 | 0.78 | 0 |
| HSL | 351.24º | 1% | 0.54% | - |
| HSV(B) | 351.24º | 0.91% | 1% | - |
| XYZ | 42.24 | 22.12 | 5.78 | - |
| YUV | 95.54 | 105.69 | 241.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 22 | 56 | 0 | 0.91 | 0.78 | 0 | 351.24 | 1 | 0.54 |
| Hex | FF | 16 | 38 | 0 | 5B | 4E | 0 | 15F | 64 | 36 |
| Octal | 377 | 26 | 70 | 0 | 133 | 116 | 0 | 537 | 144 | 66 |
| Binary | 11111111 | 10110 | 111000 | 0 | 1011011 | 1001110 | 0 | 101011111 | 1100100 | 110110 |
Color Harmonies of #FF1638
Complementary color
Monochromatic Colors of #FF1638
Black with #FF1638
Text Example
Text Example
White with #FF1638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1638; }
p { color: rgb(255,22,56); }
H1.HeaderClassName
{
color: #FF1638;
}
.AnyTagClassName
{
color: #FF1638;
}
</style>
background-color css
<style>
a { background-color: #FF1638; }
a { background-color: rgb(255,22,56); }
div.DivClassName
{
background-color: #FF1638;
}
.BgClassName
{
background-color: #FF1638;
}
</style>
border-color css
<style>
span { border-color: #FF1638; }
span { border-color: rgb(255,22,56); }
td.TdClassName
{
border-color: #FF1638;
}
.TagClassName
{
border-color: #FF1638;
}
</style>