Shades of Torch Red #FF1624
Tints of Torch Red #FF1624
RGB
CMYK
RGB Variations
Color information
#FF1624 (or 0xFF1624) is known color: Torch Red. HEX triplet: FF, 16 and 24. RGB value is (255,22,36). Sum of RGB (Red+Green+Blue) = 255+22+36=313 (41% of max value = 765). Red value is 255 (100% from 255 or 81.47% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 36 (14.45% from 255 or 11.50% from 313); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1624 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1624 is #00E9DB. Grayscale: #5D5D5D. Windows color (decimal): -59868 or 2365183. OLE color: 2365183.
HSL color Cylindrical-coordinate representation of color #FF1624: hue angle of 356.39º 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 #FF1624 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 22 | 36 | - |
| CMYK | 0 | 0.91 | 0.86 | 0 |
| HSL | 356.39º | 1% | 0.54% | - |
| HSV(B) | 356.39º | 0.91% | 1% | - |
| XYZ | 41.85 | 21.96 | 3.7 | - |
| YUV | 93.26 | 95.69 | 243.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 22 | 36 | 0 | 0.91 | 0.86 | 0 | 356.39 | 1 | 0.54 |
| Hex | FF | 16 | 24 | 0 | 5B | 56 | 0 | 164 | 64 | 36 |
| Octal | 377 | 26 | 44 | 0 | 133 | 126 | 0 | 544 | 144 | 66 |
| Binary | 11111111 | 10110 | 100100 | 0 | 1011011 | 1010110 | 0 | 101100100 | 1100100 | 110110 |
Color Harmonies of #FF1624
Complementary color
Monochromatic Colors of #FF1624
Black with #FF1624
Text Example
Text Example
White with #FF1624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1624; }
p { color: rgb(255,22,36); }
H1.HeaderClassName
{
color: #FF1624;
}
.AnyTagClassName
{
color: #FF1624;
}
</style>
background-color css
<style>
a { background-color: #FF1624; }
a { background-color: rgb(255,22,36); }
div.DivClassName
{
background-color: #FF1624;
}
.BgClassName
{
background-color: #FF1624;
}
</style>
border-color css
<style>
span { border-color: #FF1624; }
span { border-color: rgb(255,22,36); }
td.TdClassName
{
border-color: #FF1624;
}
.TagClassName
{
border-color: #FF1624;
}
</style>