Shades of Torch Red #FF1625
Tints of Torch Red #FF1625
RGB
CMYK
RGB Variations
Color information
#FF1625 (or 0xFF1625) is known color: Torch Red. HEX triplet: FF, 16 and 25. RGB value is (255,22,37). Sum of RGB (Red+Green+Blue) = 255+22+37=314 (41% of max value = 765). Red value is 255 (100% from 255 or 81.21% from 314); Green value is 22 (8.98% from 255 or 7.01% from 314); Blue value is 37 (14.84% from 255 or 11.78% from 314); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1625 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1625 is #00E9DA. Grayscale: #5D5D5D. Windows color (decimal): -59867 or 2430719. OLE color: 2430719.
HSL color Cylindrical-coordinate representation of color #FF1625: hue angle of 356.14º 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 #FF1625 is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 22 | 37 | - |
| CMYK | 0 | 0.91 | 0.85 | 0 |
| HSL | 356.14º | 1% | 0.54% | - |
| HSV(B) | 356.14º | 0.91% | 1% | - |
| XYZ | 41.86 | 21.97 | 3.78 | - |
| YUV | 93.38 | 96.19 | 243.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 22 | 37 | 0 | 0.91 | 0.85 | 0 | 356.14 | 1 | 0.54 |
| Hex | FF | 16 | 25 | 0 | 5B | 55 | 0 | 164 | 64 | 36 |
| Octal | 377 | 26 | 45 | 0 | 133 | 125 | 0 | 544 | 144 | 66 |
| Binary | 11111111 | 10110 | 100101 | 0 | 1011011 | 1010101 | 0 | 101100100 | 1100100 | 110110 |
Color Harmonies of #FF1625
Complementary color
Monochromatic Colors of #FF1625
Black with #FF1625
Text Example
Text Example
White with #FF1625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1625; }
p { color: rgb(255,22,37); }
H1.HeaderClassName
{
color: #FF1625;
}
.AnyTagClassName
{
color: #FF1625;
}
</style>
background-color css
<style>
a { background-color: #FF1625; }
a { background-color: rgb(255,22,37); }
div.DivClassName
{
background-color: #FF1625;
}
.BgClassName
{
background-color: #FF1625;
}
</style>
border-color css
<style>
span { border-color: #FF1625; }
span { border-color: rgb(255,22,37); }
td.TdClassName
{
border-color: #FF1625;
}
.TagClassName
{
border-color: #FF1625;
}
</style>