Shades of Torch Red #FF1725
Tints of Torch Red #FF1725
RGB
CMYK
RGB Variations
Color information
#FF1725 (or 0xFF1725) is known color: Torch Red. HEX triplet: FF, 17 and 25. RGB value is (255,23,37). Sum of RGB (Red+Green+Blue) = 255+23+37=315 (41% of max value = 765). Red value is 255 (100% from 255 or 80.95% from 315); Green value is 23 (9.38% from 255 or 7.30% from 315); Blue value is 37 (14.84% from 255 or 11.75% from 315); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1725 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1725 is #00E8DA. Grayscale: #5E5E5E. Windows color (decimal): -59611 or 2430975. OLE color: 2430975.
HSL color Cylindrical-coordinate representation of color #FF1725: hue angle of 356.38º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF1725 is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 23 | 37 | - |
| CMYK | 0 | 0.91 | 0.85 | 0 |
| HSL | 356.38º | 1% | 0.55% | - |
| HSV(B) | 356.38º | 0.91% | 1% | - |
| XYZ | 41.88 | 22.01 | 3.79 | - |
| YUV | 93.96 | 95.86 | 242.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 23 | 37 | 0 | 0.91 | 0.85 | 0 | 356.38 | 1 | 0.55 |
| Hex | FF | 17 | 25 | 0 | 5B | 55 | 0 | 164 | 64 | 37 |
| Octal | 377 | 27 | 45 | 0 | 133 | 125 | 0 | 544 | 144 | 67 |
| Binary | 11111111 | 10111 | 100101 | 0 | 1011011 | 1010101 | 0 | 101100100 | 1100100 | 110111 |
Color Harmonies of #FF1725
Complementary color
Monochromatic Colors of #FF1725
Black with #FF1725
Text Example
Text Example
White with #FF1725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1725; }
p { color: rgb(255,23,37); }
H1.HeaderClassName
{
color: #FF1725;
}
.AnyTagClassName
{
color: #FF1725;
}
</style>
background-color css
<style>
a { background-color: #FF1725; }
a { background-color: rgb(255,23,37); }
div.DivClassName
{
background-color: #FF1725;
}
.BgClassName
{
background-color: #FF1725;
}
</style>
border-color css
<style>
span { border-color: #FF1725; }
span { border-color: rgb(255,23,37); }
td.TdClassName
{
border-color: #FF1725;
}
.TagClassName
{
border-color: #FF1725;
}
</style>