Shades of Torch Red #FF1628
Tints of Torch Red #FF1628
RGB
CMYK
RGB Variations
Color information
#FF1628 (or 0xFF1628) is known color: Torch Red. HEX triplet: FF, 16 and 28. RGB value is (255,22,40). Sum of RGB (Red+Green+Blue) = 255+22+40=317 (41% of max value = 765). Red value is 255 (100% from 255 or 80.44% from 317); Green value is 22 (8.98% from 255 or 6.94% from 317); Blue value is 40 (16.02% from 255 or 12.62% from 317); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1628 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1628 is #00E9D7. Grayscale: #5D5D5D. Windows color (decimal): -59864 or 2627327. OLE color: 2627327.
HSL color Cylindrical-coordinate representation of color #FF1628: hue angle of 355.36º 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 #FF1628 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 22 | 40 | - |
| CMYK | 0 | 0.91 | 0.84 | 0 |
| HSL | 355.36º | 1% | 0.54% | - |
| HSV(B) | 355.36º | 0.91% | 1% | - |
| XYZ | 41.91 | 21.99 | 4.04 | - |
| YUV | 93.72 | 97.69 | 243.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 22 | 40 | 0 | 0.91 | 0.84 | 0 | 355.36 | 1 | 0.54 |
| Hex | FF | 16 | 28 | 0 | 5B | 54 | 0 | 163 | 64 | 36 |
| Octal | 377 | 26 | 50 | 0 | 133 | 124 | 0 | 543 | 144 | 66 |
| Binary | 11111111 | 10110 | 101000 | 0 | 1011011 | 1010100 | 0 | 101100011 | 1100100 | 110110 |
Color Harmonies of #FF1628
Complementary color
Monochromatic Colors of #FF1628
Black with #FF1628
Text Example
Text Example
White with #FF1628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1628; }
p { color: rgb(255,22,40); }
H1.HeaderClassName
{
color: #FF1628;
}
.AnyTagClassName
{
color: #FF1628;
}
</style>
background-color css
<style>
a { background-color: #FF1628; }
a { background-color: rgb(255,22,40); }
div.DivClassName
{
background-color: #FF1628;
}
.BgClassName
{
background-color: #FF1628;
}
</style>
border-color css
<style>
span { border-color: #FF1628; }
span { border-color: rgb(255,22,40); }
td.TdClassName
{
border-color: #FF1628;
}
.TagClassName
{
border-color: #FF1628;
}
</style>