Shades of Torch Red #FF1D25
Tints of Torch Red #FF1D25
RGB
CMYK
RGB Variations
Color information
#FF1D25 (or 0xFF1D25) is known color: Torch Red. HEX triplet: FF, 1D and 25. RGB value is (255,29,37). Sum of RGB (Red+Green+Blue) = 255+29+37=321 (42% of max value = 765). Red value is 255 (100% from 255 or 79.44% from 321); Green value is 29 (11.72% from 255 or 9.03% from 321); Blue value is 37 (14.84% from 255 or 11.53% from 321); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1D25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1D25 is #00E2DA. Grayscale: #616161. Windows color (decimal): -58075 or 2432511. OLE color: 2432511.
HSL color Cylindrical-coordinate representation of color #FF1D25: hue angle of 357.88º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF1D25 is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 29 | 37 | - |
| CMYK | 0 | 0.89 | 0.85 | 0 |
| HSL | 357.88º | 1% | 0.56% | - |
| HSV(B) | 357.88º | 0.89% | 1% | - |
| XYZ | 42.01 | 22.27 | 3.83 | - |
| YUV | 97.49 | 93.87 | 240.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 29 | 37 | 0 | 0.89 | 0.85 | 0 | 357.88 | 1 | 0.56 |
| Hex | FF | 1D | 25 | 0 | 59 | 55 | 0 | 166 | 64 | 38 |
| Octal | 377 | 35 | 45 | 0 | 131 | 125 | 0 | 546 | 144 | 70 |
| Binary | 11111111 | 11101 | 100101 | 0 | 1011001 | 1010101 | 0 | 101100110 | 1100100 | 111000 |
Color Harmonies of #FF1D25
Complementary color
Monochromatic Colors of #FF1D25
Black with #FF1D25
Text Example
Text Example
White with #FF1D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1D25; }
p { color: rgb(255,29,37); }
H1.HeaderClassName
{
color: #FF1D25;
}
.AnyTagClassName
{
color: #FF1D25;
}
</style>
background-color css
<style>
a { background-color: #FF1D25; }
a { background-color: rgb(255,29,37); }
div.DivClassName
{
background-color: #FF1D25;
}
.BgClassName
{
background-color: #FF1D25;
}
</style>
border-color css
<style>
span { border-color: #FF1D25; }
span { border-color: rgb(255,29,37); }
td.TdClassName
{
border-color: #FF1D25;
}
.TagClassName
{
border-color: #FF1D25;
}
</style>