Shades of Torch Red #FF1924
Tints of Torch Red #FF1924
RGB
CMYK
RGB Variations
Color information
#FF1924 (or 0xFF1924) is known color: Torch Red. HEX triplet: FF, 19 and 24. RGB value is (255,25,36). Sum of RGB (Red+Green+Blue) = 255+25+36=316 (41% of max value = 765). Red value is 255 (100% from 255 or 80.70% from 316); Green value is 25 (10.16% from 255 or 7.91% from 316); Blue value is 36 (14.45% from 255 or 11.39% from 316); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1924 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1924 is #00E6DB. Grayscale: #5F5F5F. Windows color (decimal): -59100 or 2365951. OLE color: 2365951.
HSL color Cylindrical-coordinate representation of color #FF1924: hue angle of 357.13º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF1924 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 36 | - |
| CMYK | 0 | 0.90 | 0.86 | 0 |
| HSL | 357.13º | 1% | 0.55% | - |
| HSV(B) | 357.13º | 0.9% | 1% | - |
| XYZ | 41.91 | 22.08 | 3.72 | - |
| YUV | 95.02 | 94.7 | 242.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 36 | 0 | 0.90 | 0.86 | 0 | 357.13 | 1 | 0.55 |
| Hex | FF | 19 | 24 | 0 | 5A | 56 | 0 | 165 | 64 | 37 |
| Octal | 377 | 31 | 44 | 0 | 132 | 126 | 0 | 545 | 144 | 67 |
| Binary | 11111111 | 11001 | 100100 | 0 | 1011010 | 1010110 | 0 | 101100101 | 1100100 | 110111 |
Color Harmonies of #FF1924
Complementary color
Monochromatic Colors of #FF1924
Black with #FF1924
Text Example
Text Example
White with #FF1924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1924; }
p { color: rgb(255,25,36); }
H1.HeaderClassName
{
color: #FF1924;
}
.AnyTagClassName
{
color: #FF1924;
}
</style>
background-color css
<style>
a { background-color: #FF1924; }
a { background-color: rgb(255,25,36); }
div.DivClassName
{
background-color: #FF1924;
}
.BgClassName
{
background-color: #FF1924;
}
</style>
border-color css
<style>
span { border-color: #FF1924; }
span { border-color: rgb(255,25,36); }
td.TdClassName
{
border-color: #FF1924;
}
.TagClassName
{
border-color: #FF1924;
}
</style>