Shades of Torch Red #FF0025
Tints of Torch Red #FF0025
RGB
CMYK
RGB Variations
Color information
#FF0025 (or 0xFF0025) is known color: Torch Red. HEX triplet: FF, 00 and 25. RGB value is (255,0,37). Sum of RGB (Red+Green+Blue) = 255+0+37=292 (38% of max value = 765). Red value is 255 (100% from 255 or 87.33% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 37 (14.84% from 255 or 12.67% from 292); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0025 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0025 is #00FFDA. Grayscale: #505050. Windows color (decimal): -65499 or 2425087. OLE color: 2425087.
HSL color Cylindrical-coordinate representation of color #FF0025: hue angle of 351.29º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF0025 is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 37 | - |
| CMYK | 0 | 1 | 0.85 | 0 |
| HSL | 351.29º | 1% | 0.5% | - |
| HSV(B) | 351.29º | 1% | 1% | - |
| XYZ | 41.57 | 21.39 | 3.69 | - |
| YUV | 80.46 | 103.48 | 252.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 37 | 0 | 1 | 0.85 | 0 | 351.29 | 1 | 0.5 |
| Hex | FF | 0 | 25 | 0 | 64 | 55 | 0 | 15F | 64 | 32 |
| Octal | 377 | 0 | 45 | 0 | 144 | 125 | 0 | 537 | 144 | 62 |
| Binary | 11111111 | 0 | 100101 | 0 | 1100100 | 1010101 | 0 | 101011111 | 1100100 | 110010 |
Color Harmonies of #FF0025
Complementary color
Monochromatic Colors of #FF0025
Black with #FF0025
Text Example
Text Example
White with #FF0025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0025; }
p { color: rgb(255,0,37); }
H1.HeaderClassName
{
color: #FF0025;
}
.AnyTagClassName
{
color: #FF0025;
}
</style>
background-color css
<style>
a { background-color: #FF0025; }
a { background-color: rgb(255,0,37); }
div.DivClassName
{
background-color: #FF0025;
}
.BgClassName
{
background-color: #FF0025;
}
</style>
border-color css
<style>
span { border-color: #FF0025; }
span { border-color: rgb(255,0,37); }
td.TdClassName
{
border-color: #FF0025;
}
.TagClassName
{
border-color: #FF0025;
}
</style>