Shades of Torch Red #FF1025
Tints of Torch Red #FF1025
RGB
CMYK
RGB Variations
Color information
#FF1025 (or 0xFF1025) is known color: Torch Red. HEX triplet: FF, 10 and 25. RGB value is (255,16,37). Sum of RGB (Red+Green+Blue) = 255+16+37=308 (40% of max value = 765). Red value is 255 (100% from 255 or 82.79% from 308); Green value is 16 (6.64% from 255 or 5.19% from 308); Blue value is 37 (14.84% from 255 or 12.01% from 308); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1025 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1025 is #00EFDA. Grayscale: #5A5A5A. Windows color (decimal): -61403 or 2429183. OLE color: 2429183.
HSL color Cylindrical-coordinate representation of color #FF1025: hue angle of 354.73º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF1025 is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 37 | - |
| CMYK | 0 | 0.94 | 0.85 | 0 |
| HSL | 354.73º | 1% | 0.53% | - |
| HSV(B) | 354.73º | 0.94% | 1% | - |
| XYZ | 41.76 | 21.76 | 3.75 | - |
| YUV | 89.86 | 98.18 | 245.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 37 | 0 | 0.94 | 0.85 | 0 | 354.73 | 1 | 0.53 |
| Hex | FF | 10 | 25 | 0 | 5E | 55 | 0 | 163 | 64 | 35 |
| Octal | 377 | 20 | 45 | 0 | 136 | 125 | 0 | 543 | 144 | 65 |
| Binary | 11111111 | 10000 | 100101 | 0 | 1011110 | 1010101 | 0 | 101100011 | 1100100 | 110101 |
Color Harmonies of #FF1025
Complementary color
Monochromatic Colors of #FF1025
Black with #FF1025
Text Example
Text Example
White with #FF1025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1025; }
p { color: rgb(255,16,37); }
H1.HeaderClassName
{
color: #FF1025;
}
.AnyTagClassName
{
color: #FF1025;
}
</style>
background-color css
<style>
a { background-color: #FF1025; }
a { background-color: rgb(255,16,37); }
div.DivClassName
{
background-color: #FF1025;
}
.BgClassName
{
background-color: #FF1025;
}
</style>
border-color css
<style>
span { border-color: #FF1025; }
span { border-color: rgb(255,16,37); }
td.TdClassName
{
border-color: #FF1025;
}
.TagClassName
{
border-color: #FF1025;
}
</style>